Skip to content

Commit

Permalink
Fix atmos base path problem (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha authored Oct 4, 2023
1 parent 1d52ccd commit 6c29597
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ 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 6c29597

Please sign in to comment.