mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-22 17:11:07 -05:00
Improve action docs
This commit is contained in:
parent
e0da07b6e1
commit
813afdca4b
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ suggestions based on that local diff](https://github.com/getsentry/action-git-di
|
||||||
|
|
||||||
| Name | Description | Required | Default |
|
| Name | Description | Required | Default |
|
||||||
|------|-------------|----------|---------|
|
|------|-------------|----------|---------|
|
||||||
| files| Files or patterns to check | false | If not defined, entire repository is checked except hidden files |
|
| files| Files or patterns to check | false | If not defined, the default set of files are checked |
|
||||||
| isolated | Ignore implicit configuration files | false | false|
|
| isolated | Ignore implicit configuration files | false | false|
|
||||||
| config | Use a custom config file (must exist) | false | not set |
|
| config | Use a custom config file (must exist) | false | not set |
|
||||||
| write_changes | Writes changes on the Action's local checkout | false | false |
|
| write_changes | Writes changes on the Action's local checkout | false | false |
|
||||||
|
|
Loading…
Reference in a new issue