Merge branch 'main' of github.com:cpina/github-action-push-to-another-repository into main

This commit is contained in:
Carles Pina i Estany 2021-12-08 23:34:05 +01:00
commit 24c550e8a7

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`.
### `target-branch` (argument) [optional]
The branch name for the destination repository. It defaults to `master` for historical reasons, feel free to change it to `main`.
The branch name for the destination repository. It defaults 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".