LFS workaround.
All checks were successful
Build and Deploy / Build and Deploy (push) Successful in 27s
All checks were successful
Build and Deploy / Build and Deploy (push) Successful in 27s
This commit is contained in:
parent
e29457c25d
commit
9171cb7d8b
2 changed files with 14 additions and 3 deletions
|
|
@ -21,7 +21,18 @@ jobs:
|
|||
name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
lfs: true
|
||||
# lfs: true
|
||||
persist-credentials: true
|
||||
-
|
||||
# https://gitea.com/gitea/act_runner/issues/164#issuecomment-739652
|
||||
name: Checkout LFS
|
||||
run: |
|
||||
git lfs install --local
|
||||
AUTH=$(git config --get --local http.${{ github.server_url }}/.extraheader)
|
||||
git config --local --unset http.${{ github.server_url }}/.extraheader
|
||||
git config --local http.${{ github.server_url }}/batch.extraheader "$AUTH"
|
||||
git lfs fetch
|
||||
git lfs checkout
|
||||
-
|
||||
name: Get Metadata
|
||||
id: metadata
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue