[Python] Update python-pydantic-v1 generator to respect the --git-host argument (#19404)

* Update pyproject.mustache

chore(pyproject): replace static `github.com` with variable `{{{gitHost}}}`

* chore: follow contribution guidelines
This commit is contained in:
Martin Boos
2024-08-22 09:52:36 +02:00
committed by GitHub
parent deb007b976
commit ae069e6840
5 changed files with 8 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ release_note=$3
git_host=$4
if [ "$git_host" = "" ]; then
git_host="github.com"
git_host="GIT_HOST"
echo "[INFO] No command line input provided. Set \$git_host to $git_host"
fi