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 96e4e57 commit 52b63a7Copy full SHA for 52b63a7
.github/workflows/scheduled-integration-tests.yml
@@ -74,7 +74,7 @@ jobs:
74
75
- name: Create issue if tests fail
76
if: failure() && steps.test-run.outcome == 'failure'
77
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
78
with:
79
script: |
80
const date = new Date().toISOString().split('T')[0];
@@ -126,7 +126,7 @@ jobs:
126
127
- name: Notify on success after previous failure
128
if: success() && steps.test-run.outcome == 'success'
129
130
131
132
// Close any open integration failure issues
0 commit comments