Skip to content

Commit

Permalink
ci: fix expression (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alxandr authored Oct 10, 2024
1 parent a5ef5a4 commit 5558131
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd-apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
with:
path: ${{ matrix.path }}
name: ${{ matrix.name }}
terraform: ${{ matrix.terraform }}
terraform: ${{ matrix.terraform == 'true' }}
terraformStateFile: ${{ matrix.terraformStateFile }}

0 comments on commit 5558131

Please sign in to comment.