1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-08 12:28:20 +02:00

Fix typos found by codespell (#650)

This commit is contained in:
Dimitri Papadopoulos Orfanos 2023-07-13 15:35:02 +02:00 committed by GitHub
parent ea5b57fccc
commit 61a6322f88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -426,7 +426,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