Skip to content

Commit

Permalink
docs: improve clarity of read-gitignore input
Browse files Browse the repository at this point in the history
- Modify the description of the `read-gitignore` input in `action.yml` for better clarity
  • Loading branch information
jackton1 committed May 4, 2024
1 parent 55fb07d commit 53aa93a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ inputs:
default: "false"
required: true
read-gitignore:
description: 'Indicates whether to read `.gitignore`. If set to `false`, the `.gitignore` file will be ignored. Overrides `match-gitignore-files`'
description: 'Indicates whether to read `.gitignore`. The `.gitignore` file will be ignored if set to `false`. Overrides `match-gitignore-files`'
default: "true"
required: true
separator:
Expand Down

0 comments on commit 53aa93a

Please sign in to comment.