From 7e9807210d687236d1f74abda753a69bc9044922 Mon Sep 17 00:00:00 2001 From: Andy Augustin Date: Sat, 22 Jul 2023 14:18:42 +0200 Subject: [PATCH] fix: fix issue with substitution :bug: --- src/sync_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sync_template.sh b/src/sync_template.sh index e7a4fb3a..223157dc 100644 --- a/src/sync_template.sh +++ b/src/sync_template.sh @@ -127,7 +127,7 @@ push_and_create_pr () { --body "Merge ${SOURCE_REPO_PATH} ${NEW_TEMPLATE_GIT_HASH}" \ --base "${UPSTREAM_BRANCH}" \ --label "${PR_LABELS}" \ - --reviewer "${{ PR_REVIEWERS }}" + --reviewer "${PR_REVIEWERS}" echo "::endgroup::" else warn "dry_run option is set to off. Skipping push changes and skip create pr"