Skip to content

Commit

Permalink
fix github action
Browse files Browse the repository at this point in the history
  • Loading branch information
JoC0de committed Mar 3, 2024
1 parent dd13ffb commit 6f12241
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
with:
sparse-checkout: .github/actions/checkout/action.yml
sparse-checkout-cone-mode: false
lfs: true

- name: Checkout
uses: ./.github/actions/checkout
Expand Down Expand Up @@ -61,6 +62,7 @@ jobs:
with:
sparse-checkout: .github/actions/checkout/action.yml
sparse-checkout-cone-mode: false
lfs: true

- name: Checkout
uses: ./.github/actions/checkout
Expand Down Expand Up @@ -118,6 +120,7 @@ jobs:
with:
sparse-checkout: .github/actions/checkout/action.yml
sparse-checkout-cone-mode: false
lfs: true

- name: Checkout
uses: ./.github/actions/checkout
Expand Down Expand Up @@ -165,6 +168,7 @@ jobs:
with:
sparse-checkout: .github/actions/checkout/action.yml
sparse-checkout-cone-mode: false
lfs: true

- name: Checkout
uses: ./.github/actions/checkout
Expand Down Expand Up @@ -216,6 +220,7 @@ jobs:
with:
sparse-checkout: .github/actions/checkout/action.yml
sparse-checkout-cone-mode: false
lfs: true

- name: Checkout
uses: ./.github/actions/checkout
Expand Down Expand Up @@ -248,6 +253,7 @@ jobs:
with:
sparse-checkout: .github/actions/checkout/action.yml
sparse-checkout-cone-mode: false
lfs: true

- name: Checkout
uses: ./.github/actions/checkout
Expand Down

0 comments on commit 6f12241

Please sign in to comment.