Commit c17294b
authored
fix(ci): Correct github.actions.rest to github.rest.actions (#15153)
Correct github.actions.rest to github.rest.actions
In #15142 we introduced the split between the trusted and untrusted regresison
detector workflow. Unfortunately the trusted side can only be tested once it's
merged into master branch and we had a bug. The github-scripts that download
artifacts referenced `github.actions.rest` when it should have read
`github.rest.actions`.
Please note that because of the nature of workflow_run triggered workflows this
change will not be reflected in the PR's workflow runs.
Signed-off-by: Brian L. Troutwine <[email protected]>
Signed-off-by: Brian L. Troutwine <[email protected]>1 parent 067795e commit c17294b
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
| 93 | + | |
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
231 | | - | |
| 231 | + | |
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| |||
0 commit comments