hey guys, I have a question about the github-actio...
# general
e
hey guys, I have a question about the github-actions bot
When running preview I get Resources: ~ 1 to update, 1 unchanged
When running up I get: PR event (null) contains no changes and does not warrant a Pulumi Preview Skipping Pulumi action altogether...
The update is: gcpcontainerCluster pptr-cluster update [diff: ~minMasterVersion]
Which should probably be ignored in any case, but I just want to make sure that's whats happening...
c
I’m not sure what you mean by “the github-actions bot”. This is a comment left on the PR you get when running a custom GitHub actions workflow that triggers Pulumi? e.g. https://www.pulumi.com/docs/guides/continuous-delivery/github-actions/ The message “PR event (null)” obviously could use some improvement. But it sounds strange to see “contains no changes and does not warrant a Pulumi Preview”. Is that coming from your Github Actions workflow file? Or the default script we have in the pulumi:actions container?
e
Hi Chris, I figured it out. What I did wrong was I had PULUMI_CI set to pr for the up command. It's a very odd error it gives indeed. It's all working now after I fixed it.