Skip to content

Commit d009c78

Browse files
authored
Update action.yml
1 parent 7f6844e commit d009c78

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

action.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ branding:
55
icon: 'git-merge'
66
color: 'orange'
77
inputs:
8-
stable_branch:
9-
description: 'Name of the stable branch'
8+
source_branch:
9+
description: 'Name of the branch that the is the source of the merge (i.e., stage)'
1010
required: false
11-
default: 'master'
12-
development_branch:
13-
description: 'Name of the development branch'
11+
default: 'stage'
12+
target_branch:
13+
description: 'Name of the branch that is the target for the merge (i.e., master)'
1414
required: false
15-
default: 'devel'
15+
default: 'master'
1616
allow_ff:
1717
description: 'Allow fast forward merge'
1818
required: false

0 commit comments

Comments
 (0)