File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
using : ' composite'
16
16
steps :
17
17
- id : get-result
18
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
18
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
19
19
env :
20
20
CI_OUTPUT : ${{ inputs.workflow-output }}
21
21
with :
Original file line number Diff line number Diff line change 89
89
workflow-output : ${{ toJson(steps.eco_ci.outputs) }}
90
90
91
91
- id : create-commit-comment
92
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
92
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
93
93
if : steps.eco_ci.outcome == 'failure'
94
94
name : Create Commit Comment
95
95
with :
@@ -107,7 +107,7 @@ jobs:
107
107
if : github.repository == 'web-infra-dev/rstest' && github.event_name == 'workflow_dispatch'
108
108
steps :
109
109
- id : get-pr-number
110
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
110
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
111
111
name : Get PR Number
112
112
with :
113
113
script : |
@@ -132,7 +132,7 @@ jobs:
132
132
133
133
- id : create-comment
134
134
name : Create Comment
135
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
135
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
136
136
if : steps.get-pr-number.outputs.result
137
137
with :
138
138
result-encoding : string
@@ -173,7 +173,7 @@ jobs:
173
173
workflow-output : ${{ toJson(steps.eco_ci.outputs) }}
174
174
175
175
- id : update-comment
176
- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
176
+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
177
177
if : steps.get-pr-number.outputs.result
178
178
name : Update Comment
179
179
with :
You can’t perform that action at this time.
0 commit comments