diff --git a/entrypoint.sh b/entrypoint.sh index d5294ef5..2c89475c 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -17,8 +17,7 @@ case "${GITHUB_EVENT_NAME}" in push|create|pull_request|workflow_dispatch) git-setup git fetch --all - git push -f ${INPUT_CISKIP:+-o ci.skip} --all ${INPUT_REMOTE} - git push -f --prune ${INPUT_REMOTE} + git push -f ${INPUT_CISKIP:+-o ci.skip} --mirror ${INPUT_REMOTE} git push -f --tags ${INPUT_REMOTE} ;; delete)