Add uv-path and uvx-path output (#341)

Closes: #338
This commit is contained in:
Kevin Stillhammer
2025-03-21 13:44:23 +01:00
committed by GitHub
parent bf8ec1ea35
commit 22695119d7
4 changed files with 17 additions and 4 deletions

View File

@@ -57,6 +57,10 @@ inputs:
outputs:
uv-version:
description: "The installed uv version. Useful when using latest."
uv-path:
description: "The path to the installed uv binary."
uvx-path:
description: "The path to the installed uvx binary."
cache-hit:
description: "A boolean value to indicate a cache entry was found"
runs: