This commit is contained in:
shockrah 2024-09-29 13:56:46 -07:00
parent 37d96d880e
commit 094cd8a010

View File

@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Git clone - name: Git clone
run: git clone --depth 0 ${{ gitea.repositoryUrl }} run: git clone --depth 0 https://git.shockrah.xyz/shockrah/test.git
- name: Setup git lfs - name: Setup git lfs
run: git lfs pull run: git lfs pull
working-directory: ${{ github.event.repository.name }} working-directory: ${{ github.event.repository.name }}