Skip to content

Commit 8e7f1ba

Browse files
n-thumanngreenbonebot
authored andcommitted
Change: Fix Readme
1 parent 3627ab7 commit 8e7f1ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lint-python/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ jobs:
2626
|--------------|-----------|-|
2727
| packages | Python packages to lint | Required |
2828
| python-version | Python version to use for running the action. | Optional (default is `3.10`) |
29-
| package-manager | Package manager to use for running the action (`poetry` or `uv`). | Optional (default is `poetry`) |
29+
| package-manager | Package manager to use, either `poetry` or `uv`. | Optional (default is `poetry`) |
3030
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `latest` poetry version) |
31-
| poetry-version | Use a specific uv version. By default the latest release is used. | Optional (default `latest` poetry version) |
31+
| uv-version | Use a specific uv version. By default the latest release is used. | Optional (default `latest` uv version) |
3232
| cache | Cache dependencies by setting it to `"true"`. Leave unset or set to an other string then `"true"` to disable the cache. | Optional |
3333
| cache-dependency-path | Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
3434
| cache-poetry-installation | "Cache poetry and its dependencies. Default is `"true"`. Set to an other string then `"true"` to disable the cache." | Optional (default: `"true"`) |

0 commit comments

Comments
 (0)