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 56903df commit e648406Copy full SHA for e648406
.github/workflows/collab.yml
@@ -85,7 +85,7 @@ jobs:
85
EOF
86
- name: Create Issue on Execution Failure
87
if: failure()
88
- uses: peter-evans/create-issue-from-file@v5
+ uses: peter-evans/create-issue-from-file@v6
89
with:
90
title: "Weekly Colab Execution Check Failed - ${{ github.run_id }}"
91
content-filepath: execution-failure-report.md
.github/workflows/linkcheck.yml
@@ -24,7 +24,7 @@ jobs:
24
args: --accept 200,403,503 *.html
25
- name: Create Issue From File
26
if: steps.lychee.outputs.exit_code != 0
27
28
29
title: Link Checker Report
30
content-filepath: ./lychee/out.md
0 commit comments