Commit cbc4c36
authored
Log POST failures instead of failing entire action (#1625)
Previously, website issues would cause the entire action to fail, and
users would complain. Now, failures are logged as warnings using
GitHub's workflow command syntax:
https://docs.github.com/actions/reference/workflows-and-actions/workflow-commands
Afterwards, the rest of the workflow job, such as uploading to the code
scanning dashboard, can continue.
Signed-off-by: Spencer Schrock <sschrock@google.com>1 parent 4a0b87a commit cbc4c36
2 files changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
170 | 172 | | |
171 | 173 | | |
172 | 174 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
195 | | - | |
| 195 | + | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| |||
0 commit comments