Skip to content

Commit

Permalink
Fix lychee exit code check
Browse files Browse the repository at this point in the history
  • Loading branch information
alebcay committed May 29, 2023
1 parent 155953b commit 6ad06c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Check lychee exit code
run: exit ${{ steps.lychee.outputs.exit_code }}
run: exit ${lychee_exit_code}

0 comments on commit 6ad06c5

Please sign in to comment.