Skip to content

Commit

Permalink
Added atmos yaml (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Oct 4, 2023
1 parent 6c29597 commit 93d12ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 \
Expand Down

0 comments on commit 93d12ef

Please sign in to comment.