Skip to content

Commit

Permalink
change n/y to boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
lodewiges authored Oct 29, 2024
1 parent ae5a0b2 commit 9d32385
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ on:
workflow_dispatch:
inputs:
merge:
description: Merge staging into master first? (y/N)
type: boolean
description: Merge staging into master first?
required: false
default: 'n'
default: false
ignore_metadata_diff:
type: boolean
description: Perform all jobs, regardless of whether there are actual changes?
Expand Down

0 comments on commit 9d32385

Please sign in to comment.