Skip to content

Commit

Permalink
Fix workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
mrp089 committed Feb 23, 2024
1 parent 29f4a3b commit b526509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/git_lfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ on: [push, pull_request]
jobs:
check_git_lfs:
runs-on: ubuntu-latest
permissions: write-all
steps:
- name: Check for large files without git lfs
uses: ppremk/[email protected]
permissions: write-all
with:
token: ${{ secrets.GITHUB_TOKEN }}
filesizelimit: 1MB

0 comments on commit b526509

Please sign in to comment.