From 2028e8dc6a902dc4762991e64d5798e0183837f5 Mon Sep 17 00:00:00 2001 From: ggball <1667834841@qq.com> Date: Sun, 16 Jan 2022 15:10:50 +0800 Subject: [PATCH] =?UTF-8?q?ci=20=E6=8F=90=E4=BA=A4gitea=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/actions/gitea-commit/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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