Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Mehdi Nassim KHODJA <18899702+naskio@users.noreply.github.com>
  • Loading branch information
naskio committed May 23, 2024
1 parent 26d0594 commit 30f85dc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check_files_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check large files
uses: ActionsDesk/lfs-warning@v2.0
uses: ppremk/lfs-warning@v3.2
with:
filesizelimit: 10485760 # this is 10MB so we can sync to HF Spaces
token: ${{ secrets.GITHUB_TOKEN }} # Optional
filesizelimit: 10MB # this is 10MB so we can sync to HF Spaces

0 comments on commit 30f85dc

Please sign in to comment.