mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -04:00
Tweak the action branding
This commit is contained in:
parent
d8c8151c2b
commit
38d8fb01d5
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue