File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 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
3537The 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.
You can’t perform that action at this time.
0 commit comments