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 0990dfe commit d10d27cCopy full SHA for d10d27c
.github/workflows/changelog.yml
@@ -89,7 +89,7 @@ jobs:
89
- name: Link Checker
90
if: ${{ !contains(github.event.pull_request.labels.*.name, 'dependencies') && !contains(github.event.pull_request.labels.*.name, 'Skip Changelog') && !contains(github.event.pull_request.title, '[chore]')}}
91
id: lychee
92
- uses: lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2 # v2.6.1
+ uses: lycheeverse/lychee-action@a8c4c7cb88f0c7386610c35eb25108e448569cb0 # v2.7.0
93
with:
94
args: "--verbose --no-progress ./changelog_preview.md --config .github/lychee.toml"
95
failIfEmpty: false
0 commit comments