Merge pull request #35 from oshdev/patch-1

fix(target-branch): historical branch name
This commit is contained in:
Carles Pina Estany 2021-10-25 23:06:42 +01:00 committed by GitHub
commit eb81a2a185
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`. 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] ### `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] ### `commit-message` (argument) [optional]
The commit message to be used in the output repository. Optional and defaults to "Update from $REPOSITORY_URL@commit". The commit message to be used in the output repository. Optional and defaults to "Update from $REPOSITORY_URL@commit".