We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5016181 commit 0f852ceCopy full SHA for 0f852ce
tools/actions/start-ci.sh
@@ -17,7 +17,8 @@ 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
+ details="$(cat output)"
21
+ jq -n --arg content "<details><summary>Couldn't start CI</summary><pre>$details</pre></details>" > output.json
22
23
gh pr comment "$pr" --body-file output.json
24
0 commit comments