Skip to content

Commit e9ca55b

Browse files
author
John Doe
committed
fix(entrypoint.sh): Re-enable message
1 parent c79e0f2 commit e9ca55b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

entrypoint.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ git config --global url."https://api:${INPUT_PAT}@github.com/".insteadOf "https:
2727
git config --unset http."https://github.com/".extraheader
2828

2929
# Update subtree
30-
git subtree ${INPUT_ACTION} -d --prefix=${INPUT_PREFIX} "${INPUT_REPO}" "${INPUT_POSITION}" \
31-
$([ "${INPUT_ACTION}" == "pull" ] && echo "--message='${INPUT_MESSAGE}'") \
30+
git subtree ${INPUT_ACTION} -d \
31+
--prefix=${INPUT_PREFIX} "${INPUT_REPO}" "${INPUT_POSITION}" \
32+
--message="${INPUT_MESSAGE}" \
3233
$SQUASH
3334

34-
3535
# Revert git config change
3636
cp -f .git/config-original .git/config

0 commit comments

Comments
 (0)