We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e819685 commit 80a114dCopy full SHA for 80a114d
tools/actions/start-ci.sh
@@ -17,7 +17,7 @@ for pr in "$@"; do
17
# Do we need to reset?
18
gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL"
19
20
- jq -n --arg content "<details><summary>Couldn't start CI</summary><pre>$(cat output)</pre></details>" > output.json
+ jq -n --arg content "<details><summary>Couldn't start CI</summary><pre>$(cat output || true)</pre></details>" > output.json
21
22
gh pr comment "$pr" --body-file output.json
23
0 commit comments