-
-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
According to
Lines 40 to 43 in 5047c2a
| outputs: | |
| exit_code: | |
| description: "The exit code returned from Lychee" | |
| value: ${{ steps.lychee.outputs.exit_code }} |
${{ 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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels