From 8fe28a2e9849dea47405a67a93e146dd7d3bc0cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Fri, 14 Feb 2025 17:14:02 +0100 Subject: [PATCH] GH/update-images: fix missing quote in the script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Tomáš Hozza --- .github/workflows/update-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-images.yml b/.github/workflows/update-images.yml index c25b919f..f3bdf980 100644 --- a/.github/workflows/update-images.yml +++ b/.github/workflows/update-images.yml @@ -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" \