This commit is contained in:
2024-12-24 11:34:53 +03:00
parent e7a5fc5e89
commit 44121fbcb6

View File

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