Closed
Description
According to
Lines 40 to 43 in 5047c2a
${{ steps.lychee.outputs.exit_code }}
should be set, but instead the exit_code is solely saved to an env lychee_exit_code
.
IMO the quickest fix is to change it to:
echo "lychee_exit_code=$exit_code" >> $GITHUB_ENV
echo "exit_code=$exit_code" >> $GITHUB_OUTPUT
Metadata
Assignees
Labels
No labels
Activity