Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rainyan authored Oct 31, 2023
1 parent 43043d9 commit 21bfbe8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,9 @@ For example:
```yml
uses: Rainyan/action-sp-cvar-docs@v1
with:
doc_patterns: 'README.md'
doc_patterns: '^.*\.(md|MD)$'
```
would match the first markdown file with any name, and the extension `.md` or `.MD`, instead of the default of just `README.md`.

For the defaults, see the [argument parser code](https://github.com/search?q=repo%3ARainyan%2Faction-sp-cvar-docs+ArgumentParser&type=code).

Expand Down

0 comments on commit 21bfbe8

Please sign in to comment.