From 3d555981a570a2275a91c07b04b38d5e90d48c05 Mon Sep 17 00:00:00 2001 From: JackNoordhuis Date: Fri, 18 Sep 2020 21:33:02 +1000 Subject: [PATCH] F --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8904041..0fa9487 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -38,7 +38,7 @@ fi git push "${PUSH_ARGS}" "${SPLIT_DIR}" split:"$INPUT_BRANCH" cd "${SPLIT_DIR}" -git remote add origin subtree:git@github.com:"${INPUT_REPO}".git +git remote add origin subtree:"${INPUT_REPO}" git push -u "${PUSH_ARGS}" origin "$INPUT_BRANCH" # Tag the subtree repository