Workaround for bug with checkout step
This commit is contained in:
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
@@ -18,9 +18,14 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
lfs: true
|
persist-credentials: true
|
||||||
- name: Checkout LFS objects
|
- name: Checkout LFS objects
|
||||||
run: git lfs checkout
|
run: |
|
||||||
|
git lfs install --local
|
||||||
|
AUTH=$(git config --local http.${{ github.server_url }}/.extraheader)
|
||||||
|
git config --local --unset http.${{ github.server_url }}/.extraheader
|
||||||
|
git config --local http.${{ github.server_url }}/${{ github.repository }}.git/info/lfs/objects/batch.extraheader "$AUTH"
|
||||||
|
git lfs pull
|
||||||
- uses: SebRollen/toml-action@v1.2.0
|
- uses: SebRollen/toml-action@v1.2.0
|
||||||
id: read_manifest
|
id: read_manifest
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user