We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77260df commit 10d817fCopy full SHA for 10d817f
.github/actions/create_workflow_report/action.yml
@@ -20,7 +20,7 @@ runs:
20
CMD="python3 .github/actions/create_workflow_report/create_workflow_report.py"
21
ARGS="--commit-sha $COMMIT_SHA --actions-run-url $ACTIONS_RUN_URL --known-fails tests/broken_tests.json --cves"
22
23
- set +e
+ set +e -x
24
if [[ "$FINAL" == "false" ]]; then
25
REPORT_LINK=$($CMD $ARGS --mark-preview)
26
else
0 commit comments