Skip to content

Commit

Permalink
💚 Correct working directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertoGraham committed Apr 16, 2024
1 parent 5c38c69 commit 50543a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
with:
terraform_version: "1.7.5"
- run: terraform plan
working-directory: terraform/tpp4j-test
working-directory: infrastructure/tpp4j-test
env:
TF_LOG: trace
- uses: opentofu/setup-opentofu@v1
with:
tofu_version: "1.6.2"
- run: tofu plan
working-directory: terraform/tpp4j-test
working-directory: infrastructure/tpp4j-test
env:
TF_LOG: trace
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 50543a8

Please sign in to comment.