diff --git a/action.yml b/action.yml index 79f16d4..30e8d70 100644 --- a/action.yml +++ b/action.yml @@ -5,4 +5,7 @@ outputs: description: 'The version of the project' runs: using: 'node12' - main: 'index.js' \ No newline at end of file + main: 'index.js' +branding: + icon: 'at-sign' + color: 'blue'