https://pulumi.com logo
Title
c

creamy-monkey-35142

01/30/2023, 3:52 PM
Hi there, is there anyway to implement Webhook or how to send update to Slack channel when run
pulumi/action
on Github action?
e

echoing-dinner-19531

01/30/2023, 4:08 PM
I think you could grab the outputs of the pulumi/actions step (see https://github.com/pulumi/actions#stack-outputs) and just run a slack-send step using that: https://github.com/marketplace/actions/slack-send
c

creamy-monkey-35142

01/31/2023, 1:55 AM
I think stack output is for specific variable, in python is
pulumi.export()
, what I want is send result of command
up
when trigger
pulumi/action
on Github Action
yes,
outputs.output
is what I want 😄