diff --git a/entrypoint.sh b/entrypoint.sh index 5796ad6..4349357 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -69,6 +69,6 @@ if $INPUT_FORCE; then force_option="--force" fi -remote="https://$INPUT_ACTOR:$INPUT_TOKEN@teamhydra.dev/$OUTPUT_REPOSITORY.git" +remote="https://$INPUT_ACTOR:$INPUT_TOKEN@teamhydra.io/$OUTPUT_REPOSITORY.git" git push $remote "HEAD:$INPUT_BRANCH" $force_option && exit 0