From 7b2e61d88241a7a94ad98053aaefa94d889db413 Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 17 Feb 2023 18:14:44 +0000 Subject: [PATCH] teamhydra.dev-> teamhydra.io --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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