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.
2 parents df7cbbf + 2a9b7c1 commit 6c14a5bCopy full SHA for 6c14a5b
1 file changed
.github/workflows/links.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: 3) Comment on PR if links broken
50
if: failure() && github.event_name == 'pull_request'
51
- uses: actions/github-script@v8
+ uses: actions/github-script@v9
52
with:
53
script: |
54
const runUrl = `${context.payload.repository.html_url}/actions/runs/${context.runId}`;
@@ -68,7 +68,7 @@ jobs:
68
- name: 4) Create issue for scheduled failures # WHY: Track broken links found during scheduled checks
69
# OBS: Only creates issue if none already open with 'broken-links' label
70
if: failure() && github.event_name == 'schedule'
71
72
73
74
const date = new Date().toISOString().split("T")[0];
0 commit comments