From 93d12ef9402f60e34baa1802768db6ba7e909a21 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 4 Oct 2023 21:48:11 +0300 Subject: [PATCH] Added atmos yaml (#35) --- action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 4a914980b..dae747b04 100644 --- a/action.yml +++ b/action.yml @@ -172,6 +172,8 @@ runs: if: ${{ steps.atmos-github-actions-enabled.outputs.value == 'true' }} id: atmos-plan shell: bash + env: + ATMOS_BASE_PATH: ${{ github.workspace }} run: | set +e @@ -194,7 +196,6 @@ runs: plan -- \ atmos terraform plan ${{ inputs.component }} \ --stack ${{ inputs.stack }} \ - --base-path $(pwd) \ -out="${{ steps.vars.outputs.plan_file }}" \ -lock=false \ -input=false \