Skip to content

Commit

Permalink
[CLEANUP] - Default values to seem to work when required is true
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov authored Apr 29, 2024
1 parent 3b2853e commit 7abd436
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,17 +55,17 @@ on:
description: "Extra additional directives for the Maven command"
default: ""
run_snapshot:
required: true
required: false
type: boolean
default: true
description: 'should the snapshot build run'
run_versioning:
required: true
required: false
type: boolean
default: true
description: 'should the versioning run on the RC build'
run_release_candidate:
required: true
required: false
type: boolean
default: false
description: 'should the RC build'
Expand Down

0 comments on commit 7abd436

Please sign in to comment.