Skip to content

Commit

Permalink
fix: fix issue with substitution 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasAugustin committed Jul 22, 2023
1 parent 81a61be commit 7e98072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sync_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7e98072

Please sign in to comment.