Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
plumbis authored Mar 21, 2020
1 parent 7f6844e commit d009c78
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ branding:
icon: 'git-merge'
color: 'orange'
inputs:
stable_branch:
description: 'Name of the stable branch'
source_branch:
description: 'Name of the branch that the is the source of the merge (i.e., stage)'
required: false
default: 'master'
development_branch:
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)'
required: false
default: 'devel'
default: 'master'
allow_ff:
description: 'Allow fast forward merge'
required: false
Expand Down

0 comments on commit d009c78

Please sign in to comment.