We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
file-path
1 parent 5952260 commit dd4dc6bCopy full SHA for dd4dc6b
README.md
@@ -74,7 +74,7 @@ See the `fast-glob` [documentation][glob-docs] for glob syntax.
74
#### Required inputs
75
76
- `commit-msg`: a text used as a commit message
77
-- `file-path`: a path to file to be updated
+- `file-path`: a path to file(s) or a glob pattern
78
- `github-token`: GitHub token
79
80
#### Optional inputs
action.yml
@@ -8,7 +8,7 @@ inputs:
8
requried: true
9
10
file-path:
11
- description: Path to file to update
+ description: Path to file(s) or glob pattern
12
13
14
github-token:
0 commit comments