diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 9378371..0e2ca1c 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -25,6 +25,11 @@ jobs: runs-on: host needs: cleaning steps: + - name: Clone repo + run: | + git clone ${{ gitea.server_url }}/${{ gitea.repository }} . + git checkout ${{ gitea.ref_name }} + - name: Copy env run: | echo "${{ secrets.ENV_FILE }}" > .env