From 67fc86fa6b9be64507ad4fcbc87710452058919f Mon Sep 17 00:00:00 2001 From: exoego Date: Sun, 28 Apr 2024 16:23:04 +0900 Subject: [PATCH] Added branding info --- action.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yaml b/action.yaml index 8380a09..3f47c92 100644 --- a/action.yaml +++ b/action.yaml @@ -102,3 +102,6 @@ runs: body-path: ${{ inputs.analyze_directory }}/bundle_analysis_comment.txt comment-id: ${{ steps.fc.outputs.comment-id }} edit-mode: replace +branding: + icon: 'package' + color: 'yellow'