From 3571cc070ce1e0f8e6eb64a02ac61ee9ccb72d87 Mon Sep 17 00:00:00 2001 From: Andri Oskarsson Date: Mon, 26 Apr 2021 13:36:56 +0200 Subject: [PATCH] gh action icons --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 394bcd0..4924d72 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: "setup-pack" description: "Install a version of Buldpacks' pack tool" +icon: "box" +color: "purple" inputs: pack-version: # id of input description: "What version of Pack to install" @@ -12,5 +14,3 @@ inputs: runs: using: "node12" main: "dist/index.js" -icon: box -color: "#2E3440" -- 2.51.2