From cbfeab2fdb37422708168f6947c72ea3416c8314 Mon Sep 17 00:00:00 2001 From: Ben Larabie Date: Tue, 8 Oct 2024 09:32:05 -0400 Subject: [PATCH] change directory --- .github/workflows/terragrunt_destroy_environment.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/terragrunt_destroy_environment.yml b/.github/workflows/terragrunt_destroy_environment.yml index 4c6fca2b2..cca8242f9 100644 --- a/.github/workflows/terragrunt_destroy_environment.yml +++ b/.github/workflows/terragrunt_destroy_environment.yml @@ -54,4 +54,5 @@ jobs: - name: Destroy notify dev environment run: | op read op://4eyyuwddp6w4vxlabrr2i2duxm/"TFVars - Dev"/notesPlain > /var/tmp/dev.tfvars - ./scripts/deleteEnvironment.sh dev 800095993820 \ No newline at end of file + cd scripts + ./deleteEnvironment.sh dev 800095993820 \ No newline at end of file