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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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}