Skip to content

Commit f9c01e1

Browse files
authored
NRL-716 Fix destroy action (#613)
1 parent dc50c7b commit f9c01e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr-env-destroy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ jobs:
8888
8989
- name: Cleanup Terraform Workspace
9090
run: |
91-
terraform workspace select default
92-
terraform workspace delete ${{ needs.set-environment-id.outputs.environment_id }}
91+
terraform -chdir=terraform/infrastructure workspace select default
92+
terraform -chdir=terraform/infrastructure workspace delete ${{ needs.set-environment-id.outputs.environment_id }}
9393
9494
- name: Add Failure Pull Request Comment
9595
uses: actions/github-script@v7

0 commit comments

Comments
 (0)