Skip to content

Commit 332ffe1

Browse files
Merge pull request #2 from anthony-c-martin/anthony-c-martin-patch-2
Update action.yml
2 parents 81fec95 + 5b4a419 commit 332ffe1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

action.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: 'Setup Build'
1+
name: 'Setup Bicep'
22
description: 'Installs the Bicep CLI'
33
author: 'Anthony Martin'
4+
branding:
5+
icon: hexagon
6+
color: yellow
47
inputs:
58
version:
69
required: false
710
description: 'The version of Bicep to use (defaults to latest)'
811
runs:
912
using: 'node12'
10-
main: 'dist/index.js'
13+
main: 'dist/index.js'

0 commit comments

Comments
 (0)