Skip to content

Commit dd4dc6b

Browse files
committed
Update file-path input description
1 parent 5952260 commit dd4dc6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See the `fast-glob` [documentation][glob-docs] for glob syntax.
7474
#### Required inputs
7575

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

8080
#### Optional inputs

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
requried: true
99

1010
file-path:
11-
description: Path to file to update
11+
description: Path to file(s) or glob pattern
1212
requried: true
1313

1414
github-token:

0 commit comments

Comments
 (0)