From dd4dc6b3922ff76508bc90b83e6a3edf4a837c5b Mon Sep 17 00:00:00 2001 From: alexesprit Date: Sun, 3 Jan 2021 23:08:25 +0300 Subject: [PATCH] Update `file-path` input description --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: