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 647db25 commit 45a9571Copy full SHA for 45a9571
.github/workflows/scenario-test.yml
@@ -157,7 +157,7 @@ jobs:
157
if: ${{ always() && (needs.setup_infrastructure.result == 'failure') }}
158
steps:
159
- name: Create issue
160
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
161
with:
162
script: |
163
const issueTitle = `Automated Issue Alert: DC Missions Scenario Tests Failure`;
0 commit comments