Fix review points

This commit is contained in:
IvanZosimov
2022-07-13 12:17:04 +02:00
parent 09086ccd46
commit 61fb4e42ab
3 changed files with 9 additions and 19 deletions

View File

@ -285,7 +285,7 @@ steps:
### `python-version`
Using **python-version** output it's possible to get the installed by action Pytho/PyPy version. This output is useful when the input `python-version` given as a range (e.g. 3.8.0 - 3.10.0 ), but down in a workflow you need to operate with the exact installed version (e.g. 3.10.1).
Using **python-version** output it's possible to get the installed by action Python/PyPy version. This output is useful when the input `python-version` given as a range (e.g. 3.8.0 - 3.10.0 ), but down in a workflow you need to operate with the exact installed version (e.g. 3.10.1).
```yaml
jobs: