Skip to content

Commit 5be0cb9

Browse files
committed
Fix 'Test network deploy' workflow
1 parent da8c326 commit 5be0cb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
if: inputs.environment == matrix.environment
6363
uses: actions/checkout@v3
6464

65-
- name: ${{ inputs.dry_run == 'true' && 'Plan' || 'Apply' }} terraform infrastructure
65+
- name: ${{ inputs.dry_run == true && 'Plan' || 'Apply' }} terraform infrastructure
6666
if: inputs.environment == matrix.environment
6767
uses: ./.github/workflows/actions/deploy-terraform-infrastructure
6868
with:

0 commit comments

Comments
 (0)