Add ``` to message

This commit is contained in:
uazo
2023-12-20 19:18:44 -12:00
committed by GitHub
parent 0e0a9de637
commit e26c01edb7
+2
View File
@@ -138,7 +138,9 @@ jobs:
if [[ "$LATEST_ANDROID" == "$CHR_VERSION" ]]; then
echo Using Android Release >>body.txt
echo "\`\`\`" >>body.txt
curl -s 'https://chromiumdash.appspot.com/fetch_releases?channel=Stable&platform=Android&num=10&offset=0' | \
jq --arg LATEST "$LATEST_ANDROID" '.[] | select( .version == $LATEST )' >>body.txt
echo "\`\`\`" >>body.txt
fi
$GH issue create -t "$CHR_VERSION: new chromium version" -F body.txt