Skip to content

Commit dc3d752

Browse files
committed
entrypoint.sh: fix setting origin repo url
1 parent 7f33ea9 commit dc3d752

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 "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)