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 6eb8fcd + 14ff7f6 commit 12dddceCopy full SHA for 12dddce
1 file changed
.github/workflows/self-healing.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Create Issue on Failure
50
if: failure()
51
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
52
with:
53
script: |
54
github.rest.issues.create({
0 commit comments