From 2893da27d38a82004402cce43faa4ee871a7484c Mon Sep 17 00:00:00 2001 From: ggball <1667834841@qq.com> Date: Sun, 16 Jan 2022 01:34:07 +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/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7175103..e7a24d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,4 +17,9 @@ jobs: uses: actions/checkout@v1 # 使用的动作。格式:userName/repoName。作用:检出仓库,获取源码。 官方actions库:https://github.com/actions - name: commit-gitea # 提交gitea仓库 - run: bash push-gitea.sh + uses: varunsridharan/action-gitea-mirror@main + with: + gitea_host: "https://gitea.dongshanxia.top:35000/ggball/onemanager-java.git" + gitea_username: "ggball" #${{ secrets.GITEA_USERNAME }} + gitea_accesstoken: "bc65cc90c76baba247e753c95ef5721200e97b59" +