This commit is contained in:
2024-12-24 11:37:34 +03:00
parent 05903a2c6b
commit 2f38f3e2e9

View File

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