Skip to content

Commit

Permalink
Adding the branding section to the action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
stack72 committed Nov 16, 2020
1 parent 59780a2 commit 5660ee0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: "Install Pulumi CLI"
description: "Install the Pulumi CLI in a GitHub Actions build environment"
author: "James Nugent"
author: "Pulumi Corporation"
inputs:
pulumi-version:
description: "Version of the Pulumi CLI to install, or 'latest' (default)."
default: "latest"
branding:
icon: 'terminal'
color: 'purple'
runs:
using: 'node12'
main: 'dist/index.js'

0 comments on commit 5660ee0

Please sign in to comment.