update lfs
This commit is contained in:
7
.github/workflows/build.yaml
vendored
7
.github/workflows/build.yaml
vendored
@@ -23,8 +23,6 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@master
|
uses: actions/checkout@master
|
||||||
with:
|
|
||||||
lfs: ${{ inputs.lfs }}
|
|
||||||
- name: Checkout LFS
|
- name: Checkout LFS
|
||||||
if: ${{ inputs.lfs }}
|
if: ${{ inputs.lfs }}
|
||||||
run: |
|
run: |
|
||||||
@@ -35,10 +33,11 @@ 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
|
git ls-remote
|
||||||
#git lfs fetch origin refs/heads/${{ github.head_ref || github.ref_name }}
|
|
||||||
git lfs checkout
|
git lfs checkout
|
||||||
git lfs fetch
|
git lfs fetch
|
||||||
|
git lfs pull
|
||||||
|
#git lfs fetch origin refs/heads/${{ github.head_ref || github.ref_name }}
|
||||||
- name: Use ssh key
|
- name: Use ssh key
|
||||||
uses: webfactory/ssh-agent@v0.9.0
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user