This commit is contained in:
2024-12-26 15:10:24 +03:00
parent 81055ee3ac
commit fcc4968f34

View File

@@ -32,7 +32,7 @@ jobs:
git config --local lfs.transfer.maxretries 1
/usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.ref_name }}
/usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }}
/usr/bin/git lfs checkout
- name: Use ssh key
uses: webfactory/ssh-agent@v0.9.0