mirror of
https://github.com/cpina/github-action-push-to-another-repository.git
synced 2024-12-22 08:06:10 -07:00
fix(target-branch): historical branch name
Historical value for the default `target-branch` option was and still is `master`: 2ebe0cc15f/action.yml (L26)
This commit is contained in:
parent
2ebe0cc15f
commit
aa69941031
|
@ -32,7 +32,7 @@ The name that will be used for the commit in the destination-repository-name. If
|
|||
The Username/Organization for the destination repository, if different from `destination-github-username`. For the repository `https://github.com/cpina/push-to-another-repository-output` is `cpina`.
|
||||
|
||||
### `target-branch` (argument) [optional]
|
||||
The branch name for the destination repository. It defaults to `main` for historical reasons, feel free to change it to `main`.
|
||||
The branch name for the destination repository. It defaults to `master` for historical reasons, feel free to change it to `main`.
|
||||
|
||||
### `commit-message` (argument) [optional]
|
||||
The commit message to be used in the output repository. Optional and defaults to "Update from $REPOSITORY_URL@commit".
|
||||
|
|
Loading…
Reference in New Issue
Block a user