Skip to content

Commit

Permalink
[ISSUE #19981] avoiding malformed payload where 'dry-run' value could…
Browse files Browse the repository at this point in the history
… have double quote
  • Loading branch information
maxi297 committed Jan 9, 2023
1 parent 965e6cd commit 9c5eb22
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/publish-cdk-command-manually.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,13 @@ on:
- none
required: true
dry-run:
type: choice
description: 'By default dry-run publishes to Test PyPi. Use "false" to publish to actual PyPi servers.'
required: false
options:
- true
- false
required: true
default: true
changelog-message:
description: "Changelog message to be added to CHANGELOG.md"
required: true
Expand Down

0 comments on commit 9c5eb22

Please sign in to comment.