fix remote

This commit is contained in:
2024-12-26 15:21:25 +03:00
parent fcc4968f34
commit 387b7436af

View File

@@ -31,9 +31,9 @@ jobs:
/usr/bin/git config --local http.${UrlLfsBase}/.extraheader '' /usr/bin/git config --local http.${UrlLfsBase}/.extraheader ''
git config --local lfs.transfer.maxretries 1 git config --local lfs.transfer.maxretries 1
git ls-remote
/usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }} git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }}
/usr/bin/git lfs checkout git lfs checkout
- name: Use ssh key - name: Use ssh key
uses: webfactory/ssh-agent@v0.9.0 uses: webfactory/ssh-agent@v0.9.0
with: with: