We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc50c7b commit f9c01e1Copy full SHA for f9c01e1
.github/workflows/pr-env-destroy.yml
@@ -88,8 +88,8 @@ jobs:
88
89
- name: Cleanup Terraform Workspace
90
run: |
91
- terraform workspace select default
92
- terraform workspace delete ${{ needs.set-environment-id.outputs.environment_id }}
+ terraform -chdir=terraform/infrastructure workspace select default
+ terraform -chdir=terraform/infrastructure workspace delete ${{ needs.set-environment-id.outputs.environment_id }}
93
94
- name: Add Failure Pull Request Comment
95
uses: actions/github-script@v7
0 commit comments