We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9547fd9 commit 147a809Copy full SHA for 147a809
.github/workflows/check_links.yaml
@@ -43,7 +43,7 @@ jobs:
43
# Permissions (issues: write)
44
- name: 'Create a new issue, or update an existing one'
45
if: ${{ failure() }}
46
- uses: peter-evans/create-issue-from-file@v4
+ uses: peter-evans/create-issue-from-file@v5
47
with:
48
title: 'docs: Broken links found'
49
content-filepath: ${{ env.issue-content }}
0 commit comments