From ebb5737d75e758b5b2c46df53581a96e426753c8 Mon Sep 17 00:00:00 2001 From: Chris Reynolds Date: Wed, 30 Oct 2024 15:36:39 -0600 Subject: [PATCH] update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 39df2d9..8cc0c9e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ jobs: uses: jazzsequence/action-validate-plugin-version@v0 with: plugin-path: 'path/to/plugin-slug/' + filenames: 'readme.txt,README.MD' + branch: 'main' ``` ### Inputs @@ -35,4 +37,7 @@ Only used in self-testing. If passed, this will not actually create a PR against The GitHub token to use for creating a PR. If not specified, the action will use the default GitHub token. #### `filenames` -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`. \ No newline at end of file +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`. + +#### `branch` +The branch to create the PR against. If not specified, the action will use the `main` branch. \ No newline at end of file