Update lychee-pr-check.yml (#2971)

This commit is contained in:
Nick Veitch
2025-03-15 18:38:37 +00:00
committed by GitHub
parent 9c64d09235
commit 3d2b9b0ac3

View File

@@ -15,12 +15,13 @@ jobs:
uses: actions/checkout@v4
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v45
uses: jitterbit/get-changed-files@d06c756
- name: Run Lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1
with:
args: --config lychee.toml ${{ steps.changed-files.outputs.all_changed_files }}
args: --config lychee.toml ${{ steps.changed-files.outputs.all }}
- name: PR comment with file
uses: thollander/actions-comment-pull-request@v3
with: