From 4dc129ea68e9c50df2012b8e79d87db8514d3f03 Mon Sep 17 00:00:00 2001 From: ggball <1667834841@qq.com> Date: Sun, 16 Jan 2022 01:58:38 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ffb54a..f40b501 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,5 +19,5 @@ jobs: - name: commit-gitea # 提交gitea仓库 uses: fnkr/github-action-git-bash@v1 secrets: ${{secrets.GITHUB_TOKEN}} - args : ["bash","push-gitea.sh"] + args : bash push-gitea.sh