1
0
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:
Caleb Xu
2023-05-29 16:06:03 -04:00
committed by GitHub
parent 155953b84d
commit 6ad06c5703

View File

@@ -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}