Skip to content

Commit

Permalink
Test with atmos integration in atmos.yaml and update atmos'
Browse files Browse the repository at this point in the history
  • Loading branch information
jamengual committed Nov 2, 2024
1 parent 2763f9a commit c34d1e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ runs:
$([[ "${{ inputs.pr-comment }}" == "false" ]] && echo "--output ${{ steps.vars.outputs.summary_file }}") \
--log-level $([[ "${{ inputs.debug }}" == "true" ]] && echo "DEBUG" || echo "INFO") \
plan -- \
-patch \
$([[ "${{ inputs.pr-comment }}" == "true" ]] && echo "-patch") \
atmos terraform plan ${{ inputs.component }} \
--stack ${{ inputs.stack }} \
-out="${{ steps.vars.outputs.plan_file }}" \
Expand Down

0 comments on commit c34d1e7

Please sign in to comment.