mirror of
https://github.com/astral-sh/setup-uv.git
synced 2025-04-05 23:25:19 -04:00
Do not style uv as code when used as a name in README
This commit is contained in:
parent
47f135552a
commit
dc085ce858
1 changed files with 3 additions and 3 deletions
|
@ -71,7 +71,7 @@ the GitHub Actions Cache. This can speed up runs that reuse the cache by several
|
|||
|
||||
> [!TIP]
|
||||
>
|
||||
> On self-hosted runners this is usually not needed since the cache generated by `uv`
|
||||
> On self-hosted runners this is usually not needed since the cache generated by uv
|
||||
> on the runner's filesystem is not removed after a run.
|
||||
> For more details see [Local cache path](#local-cache-path).
|
||||
|
||||
|
@ -132,7 +132,7 @@ changes. The glob matches files relative to the repository root.
|
|||
|
||||
### Local cache path
|
||||
|
||||
This action controls where `uv` stores its cache on the runner's filesystem.
|
||||
This action controls where uv stores its cache on the runner's filesystem.
|
||||
You can change the default (`/tmp/setup-uv-cache`) by
|
||||
specifying the path with the `cache-local-path` input.
|
||||
|
||||
|
@ -145,7 +145,7 @@ specifying the path with the `cache-local-path` input.
|
|||
|
||||
### GitHub authentication token
|
||||
|
||||
This action uses the GitHub API to fetch the `uv` release artifacts. To avoid hitting the GitHub API
|
||||
This action uses the GitHub API to fetch the uv release artifacts. To avoid hitting the GitHub API
|
||||
rate limit too quickly, an authentication token can be provided via the `github-token` input. By
|
||||
default, the `GITHUB_TOKEN` secret is used, which is automatically provided by GitHub Actions.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue