| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8135f36 commit 0ad4b7c
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,7 +19,7 @@ commit_queue_failed() { | |||
| 19 | 19 | ||
| 20 | 20 | # shellcheck disable=SC2154 | |
| 21 | 21 | cqurl="${GITHUB_SERVER_URL}/${OWNER}/${REPOSITORY}/actions/runs/${GITHUB_RUN_ID}" | |
| 22 | - body="<details><summary>Commit Queue failed</summary><pre>$(cat output)</pre><a href='$cqurl'>$cqurl</a></details>" | ||
| 22 | + body="<details><summary>Commit Queue failed</summary><pre>$(sed -e 's/&/\&/g' -e 's/</\</g' -e 's/>/\>/g' output)</pre><a href='$cqurl'>$cqurl</a></details>" | ||
| 23 | 23 | echo "$body" | |
| 24 | 24 | ||
| 25 | 25 | gh pr comment "$pr" --body "$body" | |
| Back | FazBrowse Home | New Git URL |
0 commit comments