diff --git a/action.yml b/action.yml index ae2210c..c7491ae 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ name: 'Substring branch name after a separator' description: 'Substring the branch name (that trigger the action) after the first occurrence of a given separator.' +icon: 'box' +color: 'gray-dark' inputs: separator: description: 'Separator'