feat(action): use exact HF spaces file size limit
Browse files
.github/workflows/check_size.yml
CHANGED
@@ -14,4 +14,4 @@ jobs:
|
|
14 |
- name: Check large files
|
15 |
uses: ActionsDesk/lfs-warning@v2.0
|
16 |
with:
|
17 |
-
filesizelimit:
|
|
|
14 |
- name: Check large files
|
15 |
uses: ActionsDesk/lfs-warning@v2.0
|
16 |
with:
|
17 |
+
filesizelimit: 10485760 # = 10MB, so we can sync to HF spaces
|