Spaces:
Running
Running
fix(action): clone full repo
Browse files
.github/workflows/main.yml
CHANGED
@@ -14,6 +14,8 @@ jobs:
|
|
14 |
runs-on: ubuntu-latest
|
15 |
steps:
|
16 |
- uses: actions/checkout@v2
|
|
|
|
|
17 |
- name: Check large files
|
18 |
uses: ActionsDesk/lfs-warning@v2.0
|
19 |
with:
|
|
|
14 |
runs-on: ubuntu-latest
|
15 |
steps:
|
16 |
- uses: actions/checkout@v2
|
17 |
+
with:
|
18 |
+
fetch-depth: 0
|
19 |
- name: Check large files
|
20 |
uses: ActionsDesk/lfs-warning@v2.0
|
21 |
with:
|