Skip to content

Commit 7555de9

Browse files
committed
Typos
1 parent d500eea commit 7555de9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
name: Cache identify
2424
outputs:
2525
cache-key: ${{ steps.set-key.outputs.cache-key }}
26-
python-version: ${{ steps.python.outputs.python-verseion}} # Ensure all runners use THIS minor version
26+
python-version: ${{ steps.python.outputs.python-version}} # Ensure all runners use THIS minor version
2727
steps:
2828
- name: Check out committed code
2929
uses: actions/checkout@v5
@@ -51,9 +51,9 @@ jobs:
5151
with:
5252
cache-key: ${{ needs.cache.outputs.cache-key }}
5353
fail-on-miss: false # First time create cache (if not already exists)
54-
python-version: ${{ env.DEFAULT_PYTHON }}
54+
python-version: ${{ needs.cache.outputs.python-version }}
5555
venv-dir: ${{ env.VENV }}
56-
precommit-home: ${{ needs.cache.outputs.python-version }}
56+
precommit-home: ${{ env.PRE_COMMIT_HOME }}
5757

5858
ruff:
5959
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)