We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3da366f + 2bc1af2 commit 3d4e8f1Copy full SHA for 3d4e8f1
2 files changed
.github/workflows/deploy.yml
@@ -46,7 +46,7 @@ jobs:
46
47
- name: Add deployment comment
48
if: github.event_name == 'pull_request'
49
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
50
with:
51
script: |
52
github.rest.issues.createComment({
.github/workflows/self-healing.yml
@@ -48,7 +48,7 @@ jobs:
- name: Create Issue on Failure
if: failure()
53
54
github.rest.issues.create({
0 commit comments