fixed type in step id
This commit is contained in:
parent
0d5ceb4786
commit
dac7f7aea0
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ runs:
|
||||||
run: |
|
run: |
|
||||||
echo "dir=$(uv cache dir)" >> "$GITHUB_OUTPUT"
|
echo "dir=$(uv cache dir)" >> "$GITHUB_OUTPUT"
|
||||||
- name: Restore uv cache
|
- name: Restore uv cache
|
||||||
id: cache-restoree
|
id: cache-restore
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ steps.uv-cache.outputs.dir }}
|
path: ${{ steps.uv-cache.outputs.dir }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue