diff --git a/tools/actions/start-ci.sh b/tools/actions/start-ci.sh index 174939aa4c413b..a34f2a9496fb26 100755 --- a/tools/actions/start-ci.sh +++ b/tools/actions/start-ci.sh @@ -17,7 +17,7 @@ for pr in "$@"; do # Do we need to reset? gh pr edit "$pr" --add-label "$REQUEST_CI_FAILED_LABEL" - jq -n --arg content "
Couldn't start CI
$(cat output)
" > output.json + jq -n --arg content "
Couldn't start CI
$(cat output || true)
" > output.json gh pr comment "$pr" --body-file output.json