This commit is contained in:
2024-12-24 11:33:37 +03:00
parent 782f84ee92
commit e7a5fc5e89

View File

@@ -12,7 +12,7 @@ jobs:
- name: Checkout
run: |
git init
git remote add origin gitea@${{ github.repositoryUrl }}
git remote add origin gitea@$${{ github.server_url }}:${{ github.repository }}.git
git fetch --depth 1 origin ${{ github.ref }}
git checkout FETCH_HEAD
git lfs pull