We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4e993c commit 9051471Copy full SHA for 9051471
1 file changed
.github/actions/incremental-build/parse_errors.sh
@@ -21,8 +21,11 @@ set +e
21
22
LOG_FILE=$1
23
24
+# Echo immediately to verify script is being invoked
25
+echo "" >&2
26
echo "============================================================" >&2
27
echo "[parse_errors.sh START] $(date '+%Y-%m-%d %H:%M:%S')" >&2
28
+echo "[parse_errors.sh] PWD: $(pwd)" >&2
29
echo "[parse_errors.sh] Processing: $LOG_FILE" >&2
30
31
0 commit comments