pulumi / actions

Deploy continuously to your cloud of choice, using your favorite language, Pulumi, and GitHub!
Apache License 2.0
256 stars 71 forks source link

Add --config-file option from cli to action #1256

Open e-compton-bb opened 2 months ago

e-compton-bb commented 2 months ago

Hello!

Issue details

We use Pulumi config files to set various parameters for our stacks, but our config files have different names to the stacks. Because of this it's not possible to use the github action to deploy as there's no way to specify a config-file with a different name to the stack that you're deploying.

Affected area/feature

justinvp commented 2 months ago

Thanks for the suggestion.