We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bdc854 commit 0410e8aCopy full SHA for 0410e8a
.github/workflows/check_links.yml
@@ -27,7 +27,7 @@ jobs:
27
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
28
29
- name: Upload report
30
- if: env.lychee_exit_code != 0
+ if: env.exit_code != 0
31
uses: actions/upload-artifact@v1
32
with:
33
name: Link check report
0 commit comments