From b779a44ee251093b07cab4311458bf4f6f1b866f Mon Sep 17 00:00:00 2001 From: Denis Nikiforov Date: Fri, 9 Dec 2022 00:50:09 +0300 Subject: [PATCH] Update action.yml --- action.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 84097a0..c872e12 100644 --- a/action.yml +++ b/action.yml @@ -1,8 +1,6 @@ name: Portainer Stack Redeploy author: Dzianis NikifaraĊ­ description: Action for request to Portainer API for redeploy stack with pull latest images -icon: refresh-ccw -color: blue inputs: portainerUrl: @@ -22,3 +20,7 @@ inputs: runs: using: 'node16' main: 'dist/index.js' + +branding: + icon: 'refresh-ccw' + color: 'blue'