We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0cd80e commit b1fac91Copy full SHA for b1fac91
.github/workflows/lychee.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: 📝 Comment Broken Links
102
if: ${{ always() && github.event.pull_request.head.repo.fork == false && (steps.lychee.outputs.exit_code != 0 || (steps.lychee-retry.conclusion != 'skipped' && steps.lychee-retry.outputs.exit_code != 0)) }}
103
- uses: peter-evans/create-or-update-comment@v4
+ uses: peter-evans/create-or-update-comment@v5
104
with:
105
issue-number: ${{ github.event.pull_request.number }}
106
body-path: lychee/formatted.md
0 commit comments