File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ commit_queue_failed() {
1919
2020 # shellcheck disable=SC2154
2121 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='/api/v1/web-embed/proxy?proxyUrl=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fcommit%2F%253Cspan%2520class%3D%2522pl-smi%2522%253E%24cqurl%253C%2Fspan%253E&mode=full'>$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='/api/v1/web-embed/proxy?proxyUrl=https%3A%2F%2Fgithub.com%2Fnodejs%2Fnode%2Fcommit%2F%253Cspan%2520class%3D%2522pl-smi%2522%253E%24cqurl%253C%2Fspan%253E&mode=full'>$cqurl </a></details>"
2323 echo " $body "
2424
2525 gh pr comment " $pr " --body " $body "
You can’t perform that action at this time.
0 commit comments