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
|
name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
with:
|
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
|
name: Get Metadata
|
||||||
id: metadata
|
id: metadata
|
||||||
|
|
|
||||||
BIN
public/assets/static/showreel-sketch.mp4
(Stored with Git LFS)
BIN
public/assets/static/showreel-sketch.mp4
(Stored with Git LFS)
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue