Skip to content

Commit 9a4da53

Browse files
authored
update readme (#10)
1 parent 26f62e4 commit 9a4da53

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
uses: jazzsequence/action-validate-plugin-version@v0
2222
with:
2323
plugin-path: 'path/to/plugin-slug/'
24+
filenames: 'readme.txt,README.MD'
25+
branch: 'main'
2426
```
2527
2628
### Inputs
@@ -35,4 +37,7 @@ Only used in self-testing. If passed, this will not actually create a PR against
3537
The GitHub token to use for creating a PR. If not specified, the action will use the default GitHub token.
3638

3739
#### `filenames`
38-
A comma-separated list of filenames to check for the "Tested Up To" version. If not specified, the action will use `readme.txt` and `README.md`.
40+
A comma-separated list of filenames to check for the "Tested Up To" version. If not specified, the action will use `readme.txt` and `README.md`.
41+
42+
#### `branch`
43+
The branch to create the PR against. If not specified, the action will use the `main` branch.

0 commit comments

Comments
 (0)