From 663b7f82e72b5f3d6d515cd6bf976f4f867aef29 Mon Sep 17 00:00:00 2001 From: RoseSecurity Date: Thu, 18 Jan 2024 13:19:01 -0600 Subject: [PATCH] Update GitHub Action Branding to Reflect OpenTofu Colors 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'