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 }}"