From 24b9f144afcf39938035bf7a22e490f2a15e499f Mon Sep 17 00:00:00 2001 From: RoseSecurity <72598486+RoseSecurity@users.noreply.github.com> Date: Fri, 19 Jan 2024 11:31:54 -0600 Subject: [PATCH] Update GitHub Action Branding to Reflect OpenTofu Colors (#20) Signed-off-by: RoseSecurity --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index daadfd8..a8e61a9 100644 --- a/action.yml +++ b/action.yml @@ -29,8 +29,8 @@ outputs: value: '126' branding: - icon: 'terminal' - color: 'purple' + icon: 'box' + color: 'yellow' runs: using: 'node20' main: 'dist/index.js'