Skip to content

Commit 940754a

Browse files
fix: Correct default branch from master to current
Match the intended behavior documented in the README.
1 parent bed4ffb commit 940754a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ inputs:
3838
branch:
3939
description: 'Destination branch to push changes'
4040
required: false
41-
default: 'master'
41+
default: ''
4242
extra_requirements:
4343
description: 'Extra commitizen dependencies like your custom plugins or rules'
4444
required: false

0 commit comments

Comments
 (0)