We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da8c326 commit 5be0cb9Copy full SHA for 5be0cb9
.github/workflows/test-deploy.yml
@@ -62,7 +62,7 @@ jobs:
62
if: inputs.environment == matrix.environment
63
uses: actions/checkout@v3
64
65
- - name: ${{ inputs.dry_run == 'true' && 'Plan' || 'Apply' }} terraform infrastructure
+ - name: ${{ inputs.dry_run == true && 'Plan' || 'Apply' }} terraform infrastructure
66
67
uses: ./.github/workflows/actions/deploy-terraform-infrastructure
68
with:
0 commit comments