This message was deleted.
s
This message was deleted.
c
Hi Max, Based on this, github actions will associate with the master branch. If you want to change it to different branches, you could do override it by adding a
.pulumi/ci.json
with:
Copy code
{
  "master": "production",
  "staging": "staging"
}
or you can set it up like this
Copy code
- uses: <docker://pulumi/actions>
        with:
          args: preview
d
@cool-fireman-90027 thanks, but like I said I don't want to do this. I switched to Automation API instead
🆒 1