Skip to content

Commit

Permalink
Merge pull request #2 from anthony-c-martin/anthony-c-martin-patch-2
Browse files Browse the repository at this point in the history
Update action.yml
  • Loading branch information
anthony-c-martin authored Dec 21, 2020
2 parents 81fec95 + 5b4a419 commit 332ffe1
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
name: 'Setup Build'
name: 'Setup Bicep'
description: 'Installs the Bicep CLI'
author: 'Anthony Martin'
branding:
icon: hexagon
color: yellow
inputs:
version:
required: false
description: 'The version of Bicep to use (defaults to latest)'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 332ffe1

Please sign in to comment.