Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Change git push to teamhydra.dev
  • Loading branch information
frobinsonj committed Feb 17, 2023
1 parent eab4826 commit ccbe002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Expand Up @@ -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

0 comments on commit ccbe002

Please sign in to comment.