Skip to content

Commit 9a7bbc4

Browse files
committed
F
1 parent dc3d752 commit 9a7bbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ fi
3838
git push "${PUSH_ARGS}" "${SPLIT_DIR}" split:"$INPUT_BRANCH"
3939

4040
cd "${SPLIT_DIR}"
41-
git remote add origin "subtree:git@github.com:${INPUT_REPO}.git"
41+
git remote add origin subtree:git@github.com:"${INPUT_REPO}".git
4242
git push -u "${PUSH_ARGS}" origin "$INPUT_BRANCH"
4343

4444
# Tag the subtree repository

0 commit comments

Comments
 (0)