Skip to content

Commit

Permalink
[PRMP-639] - change working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
NogaNHS committed Aug 9, 2024
1 parent 9522cba commit ef2bcd7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/PR-terraform-plan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
max-parallel: 1
matrix:
environment: [ dev, prod ]
terraform_stack: [container-repositories , base-networking, ecs-cluster]
terraform_stack: [container-repositories, base-networking, ecs-cluster]
uses: ./.github/workflows/base-terraform-plan-and-apply.yml
with:
environment: ${{ matrix.environment }}
working-directory: "./stacks/${{ matrix.terraform_stack }}/terraform"
working-directory: ./stacks/${{ matrix.terraform_stack }}/terraform
secrets: inherit


2 changes: 1 addition & 1 deletion .github/workflows/base-gp-registrations-mi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
});
// 2. Prepare format of the comment
const output = `### Report for environment: ${{ inputs.environment }}
const output = `### Report for gp-registrations-mi environment: ${{ inputs.environment }}
#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/base-terraform-plan-and-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
});
// 2. Prepare format of the comment
const output = `### Report for environment: ${{ inputs.environment }}
const output = `### Report for ${{inputs.working-directory}} environment: ${{ inputs.environment }}
#### Terraform Format and Style 🖌\`${{ steps.fmt.outcome }}\`
Expand Down

0 comments on commit ef2bcd7

Please sign in to comment.