diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index a8e3c8f..4c64e12 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - run: pwd && ls -R - - run: git init -b ${{ gitea.head_ref }} + - run: git init - run: git remote add origin https://git.shockrah.xyz/shockrah/test.git - run: git pull - run: git lfs pull