mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 00:53:46 +00:00
Fix typos found by codespell
This commit is contained in:
parent
bd6b4b6205
commit
003523a548
4 changed files with 78 additions and 78 deletions
|
@ -405,7 +405,7 @@ jobs:
|
|||
with:
|
||||
python-version: "3.8.0"
|
||||
cache: "poetry"
|
||||
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occured on the primary key
|
||||
- run: echo '${{ steps.cp310.outputs.cache-hit }}' # true if cache-hit occurred on the primary key
|
||||
```
|
||||
|
||||
## Environment variables
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue