Skip to content

Commit

Permalink
[PRMP-639] - fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Aug 9, 2024
1 parent e1e8d52 commit 2a31224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PR-terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: ./.github/workflows/base-terraform-plan-and-apply.yml
with:
environment: ${{ matrix.environment }}
terraform_stack: ./stacks/${{ matrix.terraform_stack }}/terraform
terraform_stack: ${{ matrix.terraform_stack }}
secrets: inherit


0 comments on commit 2a31224

Please sign in to comment.