Spaces:
Running
Running
fix: correct action dependency
Browse files
.github/workflows/main.yml
CHANGED
@@ -24,7 +24,6 @@ jobs:
|
|
24 |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
25 |
- uses: actions/checkout@v2
|
26 |
|
27 |
-
|
28 |
-
- uses: ActionsDesk/lfs-warning
|
29 |
with:
|
30 |
-
filesizelimit: 900000 # so we can sync
|
|
|
24 |
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
25 |
- uses: actions/checkout@v2
|
26 |
|
27 |
+
- uses: ActionsDesk/lfs-warning@v2.0
|
|
|
28 |
with:
|
29 |
+
filesizelimit: 900000 # so we can sync to HF spaces
|