Pulumi installer
ActionsTags
(1)Github Action. Install specific version of pulumi
CLI (http://pulumi.com)
name: Test
on:
push:
branches:
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: prepor/setup-pulumi@master
with:
version: 1.3.4
- run: pulumi version
Pulumi installer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.