Change sentence about pythonLocation envvar in README.md

This commit is contained in:
IvanZosimov 2022-06-01 10:45:10 +02:00
parent 0d36a4dae9
commit baba4c5708

View file

@ -151,7 +151,7 @@ jobs:
- run: pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version - run: pipx run --python '${{ steps.cp310.outputs.python-path }}' nox --version
``` ```
>After finishing the action environment variable `pythonLocation` becomes available. It contains the path to the folder where the desired version of Python or PyPy is installed. >After finishing the action environment variable `pythonLocation` also becomes available. It contains the absolute path to the folder where the desired version of Python or PyPy is installed.
# Getting started with Python + Actions # Getting started with Python + Actions