Skip to content

Commit

Permalink
Update file-path input description
Browse files Browse the repository at this point in the history
  • Loading branch information
alexesprit committed Jan 3, 2021
1 parent 5952260 commit dd4dc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ See the `fast-glob` [documentation][glob-docs] for glob syntax.
#### Required inputs

- `commit-msg`: a text used as a commit message
- `file-path`: a path to file to be updated
- `file-path`: a path to file(s) or a glob pattern
- `github-token`: GitHub token

#### Optional inputs
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ inputs:
requried: true

file-path:
description: Path to file to update
description: Path to file(s) or glob pattern
requried: true

github-token:
Expand Down

0 comments on commit dd4dc6b

Please sign in to comment.