We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bd20fc commit c4cf777Copy full SHA for c4cf777
1 file changed
.github/workflows/automatic-promotion.yaml
@@ -81,4 +81,4 @@ jobs:
81
with:
82
tfvars-artifact-name: ${{ needs.generate-revisions.outputs.tfvars-artifact-name }}
83
risk: ${{ inputs.to-risk || 'beta'}}
84
- dry-run: ${{ inputs.dry-run || 'true' }}
+ dry-run: ${{ inputs.dry-run || true }}
0 commit comments