Skip to content

Commit 3d55598

Browse files
committed
F
1 parent 9a7bbc4 commit 3d55598

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:"${INPUT_REPO}"
4242
git push -u "${PUSH_ARGS}" origin "$INPUT_BRANCH"
4343

4444
# Tag the subtree repository

0 commit comments

Comments
 (0)