Skip to content

Commit 0410e8a

Browse files
authored
Fiddle with env
1 parent 5bdc854 commit 0410e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
2828

2929
- name: Upload report
30-
if: env.lychee_exit_code != 0
30+
if: env.exit_code != 0
3131
uses: actions/upload-artifact@v1
3232
with:
3333
name: Link check report

0 commit comments

Comments
 (0)