prehistoric-sandwich-7272
03/08/2023, 10:10 AMpulumi/action-install-pulumi-cli
- and since yesterday, been getting this error:
Error: Unable to resolve action. Repository not found: pulumi/action-install-pulumi-cli
Anyone can help with how can I solve this?pulumi/setup-pulumi@v2
insteadlimited-rainbow-51650
03/08/2023, 2:10 PMpulumi/setup-pulumi@v2
is also very old and no longer maintained. Please upgrade your workflow to only use pulumi/actions@v3
. The setup/install part is no longer needed.
Here is a workflow using it as an example:
https://github.com/pulumiverse/infra/blob/main/.github/workflows/push.ymlprehistoric-sandwich-7272
03/08/2023, 2:32 PMgo run main.go
that eventually does a pulumi up - so I need pulumi to be installed on my machine
How can I achieve this using a newer action than setup-pulumi@v2
?limited-rainbow-51650
03/08/2023, 5:57 PMpulumi/actions
https://github.com/pulumi/actions/pull/834
setup-pulumi
will not be updated anymore.command
property became optional and it mentions this:
If unspecified, the action will stop after installing Pulumi.@prehistoric-sandwich-7272 Can you give it a try?
prehistoric-sandwich-7272
03/09/2023, 8:38 AM