Skip to content

Commit

Permalink
F
Browse files Browse the repository at this point in the history
  • Loading branch information
JackNoordhuis committed Sep 18, 2020
1 parent 9a7bbc4 commit 3d55598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ fi
git push "${PUSH_ARGS}" "${SPLIT_DIR}" split:"$INPUT_BRANCH"

cd "${SPLIT_DIR}"
git remote add origin subtree:[email protected]:"${INPUT_REPO}".git
git remote add origin subtree:"${INPUT_REPO}"
git push -u "${PUSH_ARGS}" origin "$INPUT_BRANCH"

# Tag the subtree repository
Expand Down

0 comments on commit 3d55598

Please sign in to comment.