| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9eb8233 commit 7815fbd
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ for pr in "$@"; do | |||
| 17 | 17 | # Do we need to reset? | |
| 18 | 18 | gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL" | |
| 19 | 19 | ||
| 20 | - jq -n --arg content "<details><summary>Couldn't start CI</summary><pre>$(cat output)</pre></details>" > output.json | ||
| 20 | + jq -n --arg content "<details><summary>Couldn't start CI</summary><pre>$(cat output || true)</pre></details>" > output.json | ||
| 21 | 21 | ||
| 22 | 22 | gh pr comment "$pr" --body-file output.json | |
| 23 | 23 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments