We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e1750c commit b72effbCopy full SHA for b72effb
README.md
@@ -369,8 +369,8 @@ To get a higher rate limit, you can [generate a personal access token on github.
369
```yml
370
uses: actions/setup-python@v4
371
with:
372
- token: ${{ secrets.GITHUB_DOTCOM_TOKEN }}
373
- python-version: 3.11
+ token: ${{ secrets.GITHUB_DOTCOM_TOKEN }}
+ python-version: 3.11
374
```
375
376
# License
0 commit comments