This message was deleted.
# general
s
This message was deleted.
m
Why does GitHub Actions need to be involved? It’s the Pulumi state. You should be able to retrieve information from Pulumi’s state directly. e.g. If you’re using app.pulumi.com you should see previews in the console.
or
pulumi stack history
pulumi stack history --json --page-size 1
stack history might not show preview though…
Copy code
pulumi preview --json
?