lfs in action/checkout doesnt work, see https://github.com/actions/checkout/issues/415
This commit is contained in:
parent
8d7de99a40
commit
773fcfba23
1 changed files with 7 additions and 2 deletions
|
@ -9,9 +9,14 @@ jobs:
|
||||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
lfs: true
|
lfs: false
|
||||||
|
|
||||||
|
- name: LFS checkout
|
||||||
|
run: |
|
||||||
|
git lfs install --local
|
||||||
|
git -c "http.${{ github.server_url }}/storage/lfs/.extraHeader=" lfs pull
|
||||||
|
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
|
|
Loading…
Reference in a new issue