Skip to content

Commit

Permalink
fix(alert): enable lfs on the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
m-maillot committed Sep 6, 2023
1 parent e111477 commit dc01028
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/fetch-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ jobs:
fetch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
lfs: 'true'

- name: Set up Node.js
uses: actions/setup-node@v3
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ jobs:
fetch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- uses: actions/checkout@v4
with:
lfs: 'true'
- name: Set up Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit dc01028

Please sign in to comment.