Commit f484cb5 1 parent fabf016 commit f484cb5 Copy full SHA for f484cb5
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
- uses : actions/checkout@v4
16
16
17
17
- name : Link Checker
18
+ id : lychee
18
19
uses : ./ # Uses an action in the root directory
19
20
with :
20
21
args : --user-agent "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0" --verbose --exclude spinroot.com --no-progress './**/*.md' './**/*.html' './**/*.rst'
23
24
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
24
25
25
26
- name : Create Issue From File
26
- if : env. exit_code != 0
27
+ if : ${{ steps.lychee.outputs. exit_code }} != 0
27
28
uses : peter-evans/create-issue-from-file@v5
28
29
with :
29
30
title : Link Checker Report
Original file line number Diff line number Diff line change 37
37
uses : lycheeverse/lychee-action@v2
38
38
39
39
- name : Create Issue From File
40
- if : env. exit_code != 0
40
+ if : ${{ steps.lychee.outputs. exit_code }} != 0
41
41
uses : peter-evans/create-issue-from-file@v5
42
42
with :
43
43
title : Link Checker Report
You can’t perform that action at this time.
0 commit comments