| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 9c74d45 commit 84c0ade
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -64,7 +64,8 @@ for pr in "$@"; do | |||
| 64 | 64 | if ! tail -n 10 output | grep '. Post "Landed in .*/pull/'"${pr}"; then | |
| 65 | 65 | gitHubCurl "$(labelsUrl "$pr")" POST --data '{"labels": ["'"${COMMIT_QUEUE_FAILED_LABEL}"'"]}' | |
| 66 | 66 | ||
| 67 | - jq -n --arg content "<details><summary>Commit Queue failed</summary><pre>$(cat output)</pre></details>" '{body: $content}' > output.json | ||
| 67 | + cqurl="Commit Queue action: $GITHUB_SERVER_URL/${OWNER}/${REPOSITORY}/actions/runs/$GITHUB_RUN_ID" | ||
| 68 | + jq -n --arg content "<details><summary>Commit Queue failed</summary><pre>$(cat output)</pre></details>\n$cqurl" '{body: $content}' > output.json | ||
| 68 | 69 | cat output.json | |
| 69 | 70 | ||
| 70 | 71 | gitHubCurl "$(commentsUrl "$pr")" POST --data @output.json | |
| Back | FazBrowse Home | New Git URL |
0 commit comments