diff --git a/.github/actions/gitea-commit/entrypoint.sh b/.github/actions/gitea-commit/entrypoint.sh index c1a8bc0..150d2d4 100644 --- a/.github/actions/gitea-commit/entrypoint.sh +++ b/.github/actions/gitea-commit/entrypoint.sh @@ -12,7 +12,7 @@ git config --global user.email "$GIT_EMAIL" git init git add . git commit -m "${msg}" -git push -f $GIT_REPO master +git push -f https://ggball:bc65cc90c76baba247e753c95ef5721200e97b59@gitea.dongshanxia.top:35000/ggball/onemanager-java.git master echo "::set-output name=repo::$GIT_REPO" \ No newline at end of file