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 bca16fd commit b15df11Copy full SHA for b15df11
.github/workflows/check-broken-links-github-github.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Create issue from file
65
if: ${{ hashFiles('broken_github_github_links.md') != '' }}
66
id: github-github-broken-link-report
67
- uses: peter-evans/create-issue-from-file@24452a72d85239eacf1468b0f1982a9f3fec4c94
+ uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
68
with:
69
token: ${{ env.GITHUB_TOKEN }}
70
title: ${{ steps.check.outputs.title }}
0 commit comments