File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 20
20
with :
21
21
ref : ' main'
22
22
- name : ' Report'
23
- uses : ' actions/github-script@v7 '
23
+ uses : ' actions/github-script@v8 '
24
24
env :
25
25
DATE : ' ${{ inputs.date }}'
26
26
with :
Original file line number Diff line number Diff line change 13
13
permissions :
14
14
actions : ' write'
15
15
steps :
16
- - uses : ' actions/github-script@v7 '
16
+ - uses : ' actions/github-script@v8 '
17
17
with :
18
18
script : |
19
19
github.rest.actions.reRunWorkflowFailedJobs({
Original file line number Diff line number Diff line change 52
52
echo "COMMIT_HASH=$(git rev-parse HEAD)" >> "${GITHUB_OUTPUT}"
53
53
git push
54
54
- name : ' Report'
55
- uses : ' actions/github-script@v7 '
55
+ uses : ' actions/github-script@v8 '
56
56
env :
57
57
SCRIPT_RESULT : ' ${{ steps.script.outputs.RESULT }}'
58
58
COMMIT_HASH : ' ${{ steps.push.outputs.COMMIT_HASH }}'
@@ -102,7 +102,7 @@ jobs:
102
102
permissions :
103
103
actions : ' write'
104
104
steps :
105
- - uses : ' actions/github-script@v7 '
105
+ - uses : ' actions/github-script@v8 '
106
106
with :
107
107
script : |
108
108
github.rest.actions.createWorkflowDispatch({
You can’t perform that action at this time.
0 commit comments