From 38d8fb01d5d357faf30b433f7d0c910fc111aa27 Mon Sep 17 00:00:00 2001 From: Charlie Marsh Date: Thu, 5 Sep 2024 15:52:18 -0400 Subject: [PATCH] Tweak the action branding --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index bf24164..a639e8a 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,6 @@ -name: "Python setup uv" -description: "Set up your GitHub Actions workflow with a specific version of uv" -author: "eifinger" +name: "Setup uv" +description: "Set up your GitHub Actions workflow with a specific version of uv." +author: "astral-sh" inputs: version: description: "The version of uv to install" @@ -39,4 +39,4 @@ runs: post-if: success() branding: icon: "package" - color: "blue" + color: "black"