From 08425c9614874d813de60db6f68c14516cb9b1c5 Mon Sep 17 00:00:00 2001 From: sriram veeraghanta Date: Fri, 15 Dec 2023 17:21:06 +0530 Subject: [PATCH] fix: sync changes (#3151) --- .github/workflows/create-sync-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/create-sync-pr.yml b/.github/workflows/create-sync-pr.yml index 0f85e940c..0203ab0d8 100644 --- a/.github/workflows/create-sync-pr.yml +++ b/.github/workflows/create-sync-pr.yml @@ -51,5 +51,5 @@ jobs: gh pr create \ --base $TARGET_BASE_BRANCH \ --head $TARGET_BRANCH \ - --title "$PR_TITLE" \ + --title "${PR_TITLE}" \ --repo $TARGET_REPO