GH/update-images: fix missing quote in the script

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2025-02-14 17:14:02 +01:00 committed by Tomáš Hozza
parent 035ced543b
commit 8fe28a2e98

View file

@ -42,7 +42,7 @@
git add Schutzfile
git commit -m "Schutzfile: Update images dependency ref to latest"
git push -f https://"$GITHUB_TOKEN"@github.com/schutzbot/osbuild.git
echo "Updating images dependency ref to current \`main\` > body
echo "Updating images dependency ref to current \`main\`" > body
gh pr create \
-t "Update images dependency ref to latest" \
-F "body" \