diff --git a/action.yml b/action.yml index 0e949d7..7b99baf 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: "astral-sh/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" @@ -40,4 +40,4 @@ runs: post-if: success() branding: icon: "package" - color: "blue" + color: "black"