delightful-computer-48592
11/18/2022, 2:33 PM--supress-outputs
in Pulumi GitHub actions? There is no option and I can’t find an environment variable to set either.Warn: The output was too long and trimmed.
little-cartoon-10569
11/21/2022, 6:30 PMcomment-on-pr: true
, but I think you'd want false
?delightful-computer-48592
11/22/2022, 9:20 AMuses: pulumi/actions@v3
with:
command: preview
stack-name: ${{ env.STACK }}
cloud-url: ${{ env.URL }}
comment-on-pr: true
diff: true
github-token: ${{ secrets.GITHUB_TOKEN }}
edit-pr-comment: false
env:
PULUMI_CONFIG_PASSPHRASE: ${{ secrets.PASSPHRASE }}
This is the configuration I’m using and I was expecting to get the result without the outputs to see at a glance the changes, as we can see in the documentation example:little-cartoon-10569
11/22/2022, 7:02 PM