From 57a04052202f10a72d82ec9c2452c5bc0ef59e56 Mon Sep 17 00:00:00 2001 From: Anupam Date: Sat, 15 Jun 2024 04:03:17 +0530 Subject: [PATCH] feat: removed the old required params for gcp auth stage --- .github/workflows/gitops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gitops.yml b/.github/workflows/gitops.yml index 87af49b..2e506cd 100644 --- a/.github/workflows/gitops.yml +++ b/.github/workflows/gitops.yml @@ -12,7 +12,7 @@ defaults: working-directory: ./tf-variables/ env: TERRAFORM_VER: 1.8.0 - TERRAFORM_DIR: ./tf-variables + TERRAFORM_DIR: "./tf-variables/"" CLOUDSDK_VER: 480.0.0 permissions: pull-requests: write