From 88fec5eb0543793fb3307a190d83e84cb4317306 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E5=B0=8F=E7=99=BD?= <296015668@qq.com> Date: Thu, 11 Apr 2024 15:40:14 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 2 +- .github/workflows/sync-gitea.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5bce674..8f55563 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: run: | ssh -o StrictHostKeyChecking=no git@gitea.com || echo "" rm -rf .git - git clone --depth=1 git@${{ github.repository }}.git + git clone --depth=1 git@gitea.com:${{ github.repository }}.git mv opt/* web-static/ git add . git commit -m "Release Version ${{ steps.get-version.outputs.version }}" diff --git a/.github/workflows/sync-gitea.yml b/.github/workflows/sync-gitea.yml index 46a2a3c..3fc93eb 100644 --- a/.github/workflows/sync-gitea.yml +++ b/.github/workflows/sync-gitea.yml @@ -31,7 +31,7 @@ jobs: run: | ssh -o StrictHostKeyChecking=no git@gitea.com || echo "" rm -rf .git - git clone --depth=1 git@${{ github.repository }}.git web-static + git clone --depth=1 git@gitea.com:${{ github.repository }}.git web-static mv opt/* web-static/ git add . git commit -m "Release Version ${{ github.event.inputs.version }}"