My github action workflow is as follows:
- name: Preview changes to Infra
uses: pulumi/actions@v4
id: pulumi
with:
command: preview
stack-name: ${{ env.PULUMY_XXXX }}
work-dir: ${{ env.PULUMY_XXXXX }}
color: always
env:
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PULUMI_XXXXXX }}
and the output from this step is very verbose and seen below:
The only part I would like displayed is what is in the red box. Anyone have any suggestions how to reduce the output ?