diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index 72c7e44..97d8186 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -186,6 +186,7 @@ jobs: kosli attest generic --name terraform-plan --attachments /tmp/${{ inputs.environment }}.plan.txt $COMMIT_ARG - name: Apply + shell: bash if: inputs.tf_apply working-directory: ${{ inputs.working_directory }} run: tf apply 2>&1 | tee /tmp/${{ inputs.environment }}.apply.txt