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 0312529 commit 3bbf202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sync_template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ 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="${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}"
debug "NEW_BRANCH ${NEW_BRANCH}"
debug "PR_BODY ${PR_BODY}"
info "PR_BODY ${PR_BODY}"
info "PR_BODY_TMP ${PR_BODY_TMP}"

info "SOURCE_REPO ${SOURCE_REPO}"
Expand Down

0 comments on commit 3bbf202

Please sign in to comment.