diff --git a/action.yml b/action.yml index 61687d0..f31637b 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'Capistrano deploy' description: 'Deploy an application using capistrano to the given target' +branding: + icon: 'arrow-right-circle' + color: 'black' inputs: target: # string description: 'Environment where deploy is to be performed to'