Commit 44d707d
committed
Fix update-github-issue step: add error handling and jq check
- Add 'if: needs.preprocess.outcome == success' condition
- Add set -e at start of run section for error handling
- Add jq availability check (should be pre-installed in ubuntu-latest)
- Remove duplicate set -e and jq checks
- Fix syntax errors (missing fi, indentation)
- Fixes exit code 127 error in workflow run1 parent 248d304 commit 44d707d
1 file changed
Lines changed: 4 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
207 | 208 | | |
208 | 209 | | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | 210 | | |
228 | 211 | | |
229 | 212 | | |
230 | 213 | | |
231 | 214 | | |
232 | 215 | | |
| 216 | + | |
233 | 217 | | |
234 | 218 | | |
235 | 219 | | |
236 | 220 | | |
237 | 221 | | |
| 222 | + | |
| 223 | + | |
238 | 224 | | |
239 | 225 | | |
240 | 226 | | |
| |||
0 commit comments