Skip to content

Commit

Permalink
Set exit_code correctly as output
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Sep 26, 2024
1 parent 5047c2a commit 617a7b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ fi

# Pass lychee exit code to next step
echo "lychee_exit_code=$exit_code" >> $GITHUB_ENV
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT

# If `fail` is set to `true` (and it is by default), propagate the real exit
# value to the workflow runner. This will cause the pipeline to fail on
Expand Down

0 comments on commit 617a7b8

Please sign in to comment.