https://pulumi.com logo
Title
c

creamy-monkey-35142

03/31/2023, 9:12 AM
@echoing-dinner-19531, currently I’m using Pulumi Action based on your recommendation https://pulumi-community.slack.com/archives/C84L4E3N1/p1675082133113049?thread_ts=1675078507.601099&cid=C84L4E3N1 • is the issue fixed and can I upgrade it to latest version? • how I can suppress output with Action? in CLI I’m using
pulumi up --suppress-outputs
but I cannot find this option on https://github.com/pulumi/actions
e

echoing-dinner-19531

03/31/2023, 9:28 AM
Yes that issue is fixed in 4.1.0 Should be pretty simple to add support for
--supress-outputs
if you raise an issue for it. Will talk to team if we should just give an escape hatch for extra command arguments as well.
c

creamy-monkey-35142

03/31/2023, 9:39 AM
just do a quick search and found someone already opened issue for it https://github.com/pulumi/actions/issues/849
Yes that issue is fixed in 4.1.0
great!, will try update version soon