File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 fetch-depth : 0
1919
20- - name : Get Changed Markdown Files (PR only)
20+ - name : Get Added/Modified Markdown Files (PR only)
2121 id : changed-files
2222 if : github.event_name == 'pull_request'
2323 run : |
2727 echo "$files" >> $GITHUB_OUTPUT
2828 echo "EOF" >> $GITHUB_OUTPUT
2929
30- - name : Check Broken Links on Changed Files (PR)
30+ - name : Check Broken Links in Added/Modified Files (PR)
3131 if : github.event_name == 'pull_request' && steps.changed-files.outputs.md_files != ''
3232 uses :
lycheeverse/[email protected] 3333 with :
3737 env :
3838 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3939
40- - name : Check Broken Links on Entire Repo (Manual)
40+ - name : Check Broken Links in Entire Repo (Manual)
4141 if : github.event_name == 'workflow_dispatch'
4242 uses :
lycheeverse/[email protected] 4343 with :
You can’t perform that action at this time.
0 commit comments