diff --git a/.github/workflows/destroy_workspaces.yml b/.github/workflows/destroy_workspaces.yml index 4ffafd7a..2424dd57 100644 --- a/.github/workflows/destroy_workspaces.yml +++ b/.github/workflows/destroy_workspaces.yml @@ -44,5 +44,5 @@ jobs: run: | unset TF_WORKSPACE # Set the image URI to allow the workspace cleanup script to run without errors (it expects a value) - set TF_VAR_lambda_image_uri=destroy + export TF_VAR_lambda_image_uri=destroy ./scripts/workspace_cleanup.sh $(terraform-workspace-manager -protected-workspaces=true -aws-account-id=288342028542 -aws-iam-role=integrations-ci)