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'