mirror of
https://github.com/blackboxprogramming/native-ai-quantum-energy.git
synced 2026-03-17 05:57:17 -05:00
Merge pull request #14 from blackboxprogramming/dependabot/github_actions/actions/github-script-8
ci: bump actions/github-script from 7 to 8
This commit is contained in:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
|
||||
- name: Add deployment comment
|
||||
if: github.event_name == 'pull_request'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.createComment({
|
||||
|
||||
2
.github/workflows/self-healing.yml
vendored
2
.github/workflows/self-healing.yml
vendored
@@ -48,7 +48,7 @@ jobs:
|
||||
|
||||
- name: Create Issue on Failure
|
||||
if: failure()
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.create({
|
||||
|
||||
Reference in New Issue
Block a user