From cdae6bf3fcdc83a086b69f0dfdff852cfaa7cda4 Mon Sep 17 00:00:00 2001 From: Mohammed Saud Date: Wed, 10 Nov 2021 13:11:24 +0530 Subject: [PATCH] Update documentation for target-branch Target branch was defaulted to main in b97d556c But the readme documentation was not updated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6eb6e54..cf03e5f 100644 --- a/README.md +++ b/README.md @@ -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".