From 0a2ef62b34351647d2171c78a839aa6656c2bd3d Mon Sep 17 00:00:00 2001 From: Hugo Paiva de Almeida Date: Tue, 18 Jul 2023 18:29:48 +0100 Subject: [PATCH] Update action.yml --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'