Skip to content

Commit

Permalink
Merge pull request #141 from srz-zumix/patch-1
Browse files Browse the repository at this point in the history
fix: 'with' in usage
  • Loading branch information
ppremk authored Aug 29, 2022
2 parents 7b08791 + ab55f86 commit 689b8e0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,9 @@ Consume the action by referencing the stable release
uses: actionsdesk/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }} # Optional
with:
filesizelimit: 10MB
exclusionPatterns: |
**/*.png
filesizelimit: 10MB
exclusionPatterns: |
**/*.png
```
## Contributers
Expand Down

0 comments on commit 689b8e0

Please sign in to comment.