diff --git a/README.md b/README.md index 8742640..2f11a25 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/action.yml b/action.yml index 9f8721c..006c07f 100644 --- a/action.yml +++ b/action.yml @@ -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: