Commit 2b2cd37
committed
Fix update-github-issue step: add error handling and jq check
- Add set -e at start of run section for error handling
- Add jq availability check (should be pre-installed in ubuntu-latest)
- Add if condition to only run when preprocess succeeds
- Fixes exit code 127 error in workflow run1 parent df95fa1 commit 2b2cd37
1 file changed
Lines changed: 18 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
202 | 220 | | |
203 | 221 | | |
204 | 222 | | |
| |||
0 commit comments