diff --git a/action.yml b/action.yml index 08052c8..73ed99f 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,8 @@ name: 'GZoltar Feedback' description: 'Analyzes GZoltar results and posts a comment on the pull request/commit with the suspicious lines.' +branding: + icon: alert-triangle + color: gray-dark inputs: token: description: > @@ -46,4 +49,4 @@ inputs: default: false runs: using: 'node16' - main: 'dist/index.js' \ No newline at end of file + main: 'dist/index.js'