We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c79e0f2 commit e9ca55bCopy full SHA for e9ca55b
entrypoint.sh
@@ -27,10 +27,10 @@ git config --global url."https://api:${INPUT_PAT}@github.com/".insteadOf "https:
27
git config --unset http."https://github.com/".extraheader
28
29
# Update subtree
30
-git subtree ${INPUT_ACTION} -d --prefix=${INPUT_PREFIX} "${INPUT_REPO}" "${INPUT_POSITION}" \
31
- $([ "${INPUT_ACTION}" == "pull" ] && echo "--message='${INPUT_MESSAGE}'") \
+git subtree ${INPUT_ACTION} -d \
+ --prefix=${INPUT_PREFIX} "${INPUT_REPO}" "${INPUT_POSITION}" \
32
+ --message="${INPUT_MESSAGE}" \
33
$SQUASH
34
-
35
# Revert git config change
36
cp -f .git/config-original .git/config
0 commit comments