Skip to content

Commit

Permalink
Do not early exit with set -e
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jun 4, 2024
1 parent 81a9573 commit 5c98a4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/outputs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
mkdir outputs
echo "$DEBUG_DUMP" > ./outputs/dump.json
ls -alh ./outputs
set +e
if [[ -s './outputs/dump.json' ]] && [[ '${{ runner.debug }}' != '1' ]]; then
exit 2
fi
Expand Down

0 comments on commit 5c98a4f

Please sign in to comment.