Skip to content

Commit

Permalink
ELEMENTS-1432: cleanup boolean input in promote script
Browse files Browse the repository at this point in the history
  • Loading branch information
richardsd committed Dec 10, 2021
1 parent 44518aa commit a1f45dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/promote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ on:
required: true
default: 'maintenance-3.0.x'
dryRun:
description: 'Runs the workflow without pushing code or publishing artifacts. If empty, Dry Run is disabled.'
description: 'Run the workflow without pushing code or publishing artifacts'
type: boolean
required: false

jobs:
promote:
Expand Down

0 comments on commit a1f45dc

Please sign in to comment.