mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 07:22:14 +00:00
Fix indent level in YAML snippet
This commit is contained in:
parent
3e1750c7c9
commit
b72effb596
1 changed files with 2 additions and 2 deletions
|
@ -369,8 +369,8 @@ To get a higher rate limit, you can [generate a personal access token on github.
|
||||||
```yml
|
```yml
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.GITHUB_DOTCOM_TOKEN }}
|
token: ${{ secrets.GITHUB_DOTCOM_TOKEN }}
|
||||||
python-version: 3.11
|
python-version: 3.11
|
||||||
```
|
```
|
||||||
|
|
||||||
# License
|
# License
|
||||||
|
|
Loading…
Add table
Reference in a new issue