Skip to content

Commit 90a84fb

Browse files
authored
Clarify branch default in README (#14)
* Clarify branch default in README * Update README.md
1 parent 2779ddc commit 90a84fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The GitHub token to use for creating a PR. If not specified, the action will use
4949
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`.
5050

5151
#### `branch`
52-
The branch to create the PR against. If not specified, the action will use the `main` branch.
52+
The branch to create the PR against. If not specified, the action will use the branch the workflow is running on (default branch for cron-triggered workflows).
5353

5454
## Permissions
5555

0 commit comments

Comments
 (0)