File tree Expand file tree Collapse file tree 10 files changed +0
-11
lines changed Expand file tree Collapse file tree 10 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,6 @@ jobs:
193
193
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
194
194
with :
195
195
retries : 2
196
- retryAfter : 10
197
196
retry-exempt-status-codes : 418
198
197
script : |
199
198
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change @@ -149,7 +149,6 @@ jobs:
149
149
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
150
150
with :
151
151
retries : 2
152
- retryAfter : 10
153
152
retry-exempt-status-codes : 418
154
153
script : |
155
154
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change 27
27
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
28
28
with :
29
29
retries : 2
30
- retryAfter : 10
31
30
retry-exempt-status-codes : 418
32
31
script : |
33
32
const workflow_run = await github.rest.actions.getWorkflowRun({
Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ jobs:
117
117
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
118
118
with :
119
119
retries : 2
120
- retryAfter : 10
121
120
retry-exempt-status-codes : 418
122
121
script : |
123
122
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change @@ -133,7 +133,6 @@ jobs:
133
133
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
134
134
with :
135
135
retries : 2
136
- retryAfter : 10
137
136
retry-exempt-status-codes : 418
138
137
script : |
139
138
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change @@ -264,7 +264,6 @@ jobs:
264
264
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
265
265
with :
266
266
retries : 2
267
- retryAfter : 10
268
267
retry-exempt-status-codes : 418
269
268
script : |
270
269
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change 56
56
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
57
57
with :
58
58
retries : 2
59
- retryAfter : 10
60
59
retry-exempt-status-codes : 418
61
60
script : |
62
61
const workflow_run = await github.rest.actions.getWorkflowRun({
@@ -123,7 +122,6 @@ jobs:
123
122
if : ${{ github.event_name == 'workflow_dispatch' || github.event_name == 'schedule' }}
124
123
with :
125
124
retries : 2
126
- retryAfter : 10
127
125
retry-exempt-status-codes : 418
128
126
script : |
129
127
const commit_details = await github.rest.repos.getCommit({
Original file line number Diff line number Diff line change @@ -212,7 +212,6 @@ jobs:
212
212
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
213
213
with :
214
214
retries : 2
215
- retryAfter : 10
216
215
retry-exempt-status-codes : 418
217
216
script : |
218
217
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change @@ -191,7 +191,6 @@ jobs:
191
191
uses : actions/github-script@d4560e157075e2d93aa3022b5b51a42a880f1f93 # v6.3.0
192
192
with :
193
193
retries : 2
194
- retryAfter : 10
195
194
retry-exempt-status-codes : 418
196
195
script : |
197
196
github.rest.actions.createWorkflowDispatch({
Original file line number Diff line number Diff line change 71
71
if : ${{ github.event_name == 'push' || github.event.schedule == '0 0 15 * *' || matrix.branch == '6.0' }}
72
72
with :
73
73
retries : 2
74
- retryAfter : 10
75
74
retry-exempt-status-codes : 418
76
75
script : |
77
76
github.rest.actions.createWorkflowDispatch({
You can’t perform that action at this time.
0 commit comments