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 319fe91 commit d09c00cCopy full SHA for d09c00c
.github/workflows/lychee.yml
@@ -97,7 +97,7 @@ jobs:
97
fi
98
99
- name: 📝 Comment Broken Links
100
- if: ${{ always() && github.event.pull_request.head.repo.fork == false }}
+ if: ${{ always() && github.event.pull_request.head.repo.fork == false && (steps.lychee.outputs.exit_code != 0 || steps.lychee-retry.outputs.exit_code != 0) }}
101
uses: peter-evans/create-or-update-comment@v4
102
with:
103
issue-number: ${{ github.event.pull_request.number }}
0 commit comments