From 6f3ae5226f866ed329c8cfc0a4b101ab8eee0654 Mon Sep 17 00:00:00 2001 From: Maxime Riaud Date: Wed, 3 Jul 2024 18:02:47 +0200 Subject: [PATCH] add quote to cli args --- .github/workflows/buildimages-update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/buildimages-update.yml b/.github/workflows/buildimages-update.yml index 9a6ae43a4956d..1191eefea480c 100644 --- a/.github/workflows/buildimages-update.yml +++ b/.github/workflows/buildimages-update.yml @@ -143,7 +143,7 @@ jobs: # Create the PR gh pr create \ --base ${{ github.ref }} \ - --title $PR_TITLE \ + --title "$PR_TITLE" \ --body-file $TMP_PR_BODY_PATH \ - --label $PR_LABELS \ + --label "$PR_LABELS" \ --draft \