Skip to content

Commit

Permalink
fix: 🐛
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Augustin <dev@andreas-augustin.org>
  • Loading branch information
AndreasAugustin committed Mar 18, 2024
1 parent 3bbf202 commit 51f2762
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 @@ -51,7 +51,7 @@ SHORT_TEMPLATE_GIT_HASH=$(git rev-parse --short "${TEMPLATE_REMOTE_GIT_HASH}")

TEMPLATE_GIT_HASH=${SHORT_TEMPLATE_GIT_HASH}
NEW_BRANCH="${PR_BRANCH_NAME_PREFIX}_${TEMPLATE_GIT_HASH}"
"${PR_BODY:=Merge ${SOURCE_REPO_PATH} ${TEMPLATE_GIT_HASH}}"
: "${PR_BODY:=Merge ${SOURCE_REPO_PATH} ${TEMPLATE_GIT_HASH}}"
PR_BODY_TMP=${PR_BODY}

debug "TEMPLATE_GIT_HASH ${TEMPLATE_GIT_HASH}"
Expand Down

0 comments on commit 51f2762

Please sign in to comment.