From c34d1e76c97bc8d399042201a1c257872175bf5e Mon Sep 17 00:00:00 2001 From: PePe Amengual <2208324+jamengual@users.noreply.github.com> Date: Fri, 1 Nov 2024 17:14:09 -0700 Subject: [PATCH] Test with atmos integration in atmos.yaml and update atmos' --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index d9852669..e3ab1cf9 100644 --- a/action.yml +++ b/action.yml @@ -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 }}" \