From b97d556c1df1ad3198e2ebf25b8d3ded6b2d07e4 Mon Sep 17 00:00:00 2001 From: Eliminater74 Date: Fri, 20 Aug 2021 19:30:49 -0400 Subject: [PATCH] Update: action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 371c052..c0c09d0 100644 --- a/action.yml +++ b/action.yml @@ -22,8 +22,8 @@ inputs: required: false default: '' target-branch: - description: '[Optional] set target branch name for the destination repository. Defaults to "master" for historical reasons' - default: 'master' + description: '[Optional] set target branch name for the destination repository. Defaults to "main" for historical reasons' + default: 'main' required: false commit-message: description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'