diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index c4097be..1df3aea 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -10,8 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - run: | - git clone --depth 1 --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git . + uses: http://gitea.com/actions/checkout@v4 - name: Build and deploy run: |