mirror of
https://github.com/alebcay/awesome-shell.git
synced 2025-08-23 16:43:01 +02:00
Fix lychee exit code check
This commit is contained in:
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}
|
||||
|
Reference in New Issue
Block a user