fix remote
This commit is contained in:
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -31,9 +31,9 @@ jobs:
|
||||
/usr/bin/git config --local http.${UrlLfsBase}/.extraheader ''
|
||||
|
||||
git config --local lfs.transfer.maxretries 1
|
||||
|
||||
/usr/bin/git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }}
|
||||
/usr/bin/git lfs checkout
|
||||
git ls-remote
|
||||
git lfs fetch origin refs/remotes/origin/${{ github.head_ref || github.ref_name }}
|
||||
git lfs checkout
|
||||
- name: Use ssh key
|
||||
uses: webfactory/ssh-agent@v0.9.0
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user