diff --git a/action.yml b/action.yml index 42d818d..db2bf2d 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ name: 'Create Branch' description: 'Creates a branch' author: 'Peter Grainger (peter@grainger)' +branding: + icon: 'git-branch' + color: 'green' inputs: branch: description: 'The branch to create'