From 0acde4f1ce75959529b84eb6fd0355a814cd12d6 Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Thu, 1 Aug 2024 14:16:05 +0200 Subject: [PATCH] Feature/prepare for release (#17) Add required values for publish. --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index ed2f08a..ced26cb 100644 --- a/action.yml +++ b/action.yml @@ -30,6 +30,11 @@ outputs: report-path: description: "Path to the generated report file. Not used when 'console' is selected as the report format." value: ${{ steps.filename-inspector.outputs.report-path }} + +branding: + icon: 'book' + color: 'yellow' + runs: using: 'composite' steps: