From d5013eaece9d06a8df4b642371d17d2c63cd76cb Mon Sep 17 00:00:00 2001 From: Hazmei Bin Abdul Rahman Date: Wed, 24 Jul 2024 19:25:33 +0800 Subject: [PATCH] chore: add env tf_actions_working_dir --- .github/workflows/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index 3d07450..36e6d57 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -2,12 +2,13 @@ name: Validate Terraform on: pull_request -defaults: - run: - working-directory: ./terraform +# defaults: +# run: +# working-directory: ./terraform env: PM_API_URL: 'https://10.255.0.8:8006/api2/json' + tf_actions_working_dir: ./terraform jobs: build: