From aa69941031d4467f2d9c1116924a7b74163259e6 Mon Sep 17 00:00:00 2001 From: Osh Slomczynski <8842282+oshdev@users.noreply.github.com> Date: Thu, 2 Sep 2021 13:10:12 +0100 Subject: [PATCH] fix(target-branch): historical branch name Historical value for the default `target-branch` option was and still is `master`: https://github.com/cpina/github-action-push-to-another-repository/blob/2ebe0cc15fc6a8e63c3658c119525bf1aead4418/action.yml#L26 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a6839fd..4cb6afd 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 `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".