We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f6844e commit d009c78Copy full SHA for d009c78
action.yml
@@ -5,14 +5,14 @@ branding:
5
icon: 'git-merge'
6
color: 'orange'
7
inputs:
8
- stable_branch:
9
- description: 'Name of the stable branch'
+ source_branch:
+ description: 'Name of the branch that the is the source of the merge (i.e., stage)'
10
required: false
11
- default: 'master'
12
- development_branch:
13
- description: 'Name of the development branch'
+ default: 'stage'
+ target_branch:
+ description: 'Name of the branch that is the target for the merge (i.e., master)'
14
15
- default: 'devel'
+ default: 'master'
16
allow_ff:
17
description: 'Allow fast forward merge'
18
0 commit comments