diff --git a/.github/workflows/build-images.yaml b/.github/workflows/build-images.yaml index b2f4c9fd..2d8f54e1 100644 --- a/.github/workflows/build-images.yaml +++ b/.github/workflows/build-images.yaml @@ -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