mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Fix typo in advanced-usage.md
This commit is contained in:
parent
a624f1f4bc
commit
b152b04c28
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ jobs:
|
||||||
|
|
||||||
# Using python-version-file input
|
# Using python-version-file input
|
||||||
|
|
||||||
`setup-python` action can read Python/PyPy version from a version file. `python-version-file` input is used for specifying the path to the version file. If the `.python-version` file doesn't exist, the action will fail with an error.
|
`setup-python` action can read Python/PyPy version from a version file. `python-version-file` input is used for specifying the path to the version file. If the file that was supplied to `python-version-file` input doesn't exist, the action will fail with error.
|
||||||
|
|
||||||
>In case both `python-version` and `python-version-file` inputs are supplied, the `python-version-file` input will be ignored due to its lower priority.
|
>In case both `python-version` and `python-version-file` inputs are supplied, the `python-version-file` input will be ignored due to its lower priority.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue