mirror of
https://github.com/alebcay/awesome-shell.git
synced 2024-10-01 01:05:54 -04:00
Fix lychee exit code check
This commit is contained in:
parent
155953b84d
commit
6ad06c5703
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user