We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a7bbc4 commit 3d55598Copy full SHA for 3d55598
1 file changed
entrypoint.sh
@@ -38,7 +38,7 @@ fi
38
git push "${PUSH_ARGS}" "${SPLIT_DIR}" split:"$INPUT_BRANCH"
39
40
cd "${SPLIT_DIR}"
41
-git remote add origin subtree:git@github.com:"${INPUT_REPO}".git
+git remote add origin subtree:"${INPUT_REPO}"
42
git push -u "${PUSH_ARGS}" origin "$INPUT_BRANCH"
43
44
# Tag the subtree repository
0 commit comments