From 5b4a419dc21ded18fa88ad8c22bf2177d7759e35 Mon Sep 17 00:00:00 2001 From: Anthony Martin Date: Sun, 20 Dec 2020 21:41:18 -0800 Subject: [PATCH] Update action.yml --- action.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 3e2a915..b45dc79 100644 --- a/action.yml +++ b/action.yml @@ -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' \ No newline at end of file + main: 'dist/index.js'