Change README.md in order to add sentence about pythonLocation envvar

This commit is contained in:
IvanZosimov 2022-06-01 10:37:19 +02:00
parent 22678cd5c8
commit 0d36a4dae9

View file

@ -151,6 +151,8 @@ jobs:
- 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.
# Getting started with Python + Actions
Check out our detailed guide on using [Python with GitHub Actions](https://help.github.com/en/actions/automating-your-workflow-with-github-actions/using-python-with-github-actions).