Skip to content

Commit 10d817f

Browse files
committed
set -x for report job
1 parent 77260df commit 10d817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/create_workflow_report/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ runs:
2020
CMD="python3 .github/actions/create_workflow_report/create_workflow_report.py"
2121
ARGS="--commit-sha $COMMIT_SHA --actions-run-url $ACTIONS_RUN_URL --known-fails tests/broken_tests.json --cves"
2222
23-
set +e
23+
set +e -x
2424
if [[ "$FINAL" == "false" ]]; then
2525
REPORT_LINK=$($CMD $ARGS --mark-preview)
2626
else

0 commit comments

Comments
 (0)