Hi, I'm trying to use this GitHubAction - https://github.com/pulumi/actions/blob/master/examples/python-pulumi.yaml
But all I've is .py files that have implemented pulumi automation API and I run those from command line without specifying up/preview/etc as required by the above link.
Can someone suggest how to use the python scripts with the above GH Action as I don't have the pulumi projects with YAML files...just the pulumi automation api scripts?
Thx.
m
many-telephone-49025
12/08/2022, 7:43 AM
Hi,
just run program! e.g. python3 hello.py
g
gifted-room-26715
12/10/2022, 8:00 AM
Thx and that's what I did. So there is no way to use the pulumi-action with python automation api?
m
many-telephone-49025
12/12/2022, 6:32 PM
No as every language may have a different way to run the binary or script