Skip to content

Commit 731bf1a

Browse files
authored
Fix variable name (#253)
lychee_exit_code has been renamed to exit_code in 22c8e46
1 parent e360f3c commit 731bf1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/links.yml

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

2323
- name: Create Issue From File
24-
if: env.lychee_exit_code != 0
24+
if: env.exit_code != 0
2525
uses: peter-evans/create-issue-from-file@v5
2626
with:
2727
title: Link Checker Report

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: lycheeverse/lychee-action@v2
3636

3737
- name: Create Issue From File
38-
if: env.lychee_exit_code != 0
38+
if: env.exit_code != 0
3939
uses: peter-evans/create-issue-from-file@v5
4040
with:
4141
title: Link Checker Report

0 commit comments

Comments
 (0)