We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf84eee commit a371e7aCopy full SHA for a371e7a
action.yml
@@ -18,8 +18,8 @@ inputs:
18
required: false
19
default: ''
20
target-branch:
21
- description: '[Optional] set target branch name for the destination repository. Defaults to "master"'
22
- default: 'master'
+ description: '[Optional] set target branch name for the destination repository. Defaults to "main"'
+ default: 'main'
23
24
commit-message:
25
description: '[Optional] commit message for the output repository. ORIGIN_COMMIT is replaced by the URL@commit in the origin repo'
0 commit comments