Skip to content

Commit c4cf777

Browse files
committed
fix boolean
1 parent 2bd20fc commit c4cf777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automatic-promotion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ jobs:
8181
with:
8282
tfvars-artifact-name: ${{ needs.generate-revisions.outputs.tfvars-artifact-name }}
8383
risk: ${{ inputs.to-risk || 'beta'}}
84-
dry-run: ${{ inputs.dry-run || 'true' }}
84+
dry-run: ${{ inputs.dry-run || true }}

0 commit comments

Comments
 (0)