From ccbe00290373b374ef14439e61c68af98a16b935 Mon Sep 17 00:00:00 2001 From: Freddy Date: Fri, 17 Feb 2023 17:56:18 +0000 Subject: [PATCH] Change git push to teamhydra.dev --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 8bbf923..5796ad6 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@github.com/$OUTPUT_REPOSITORY.git" +remote="https://$INPUT_ACTOR:$INPUT_TOKEN@teamhydra.dev/$OUTPUT_REPOSITORY.git" git push $remote "HEAD:$INPUT_BRANCH" $force_option && exit 0