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 6261198 commit 413b82dCopy full SHA for 413b82d
.github/workflows/cache-pixi-lock.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
path: |
31
pixi.lock
32
- key: ${{ steps.date.outputs.date }}_${{hashFiles('pixi.toml')}}
+ key: ${{ steps.date.outputs.date }}_${{inputs.pixi-version}}_${{hashFiles('pixi.toml')}}
33
- uses: prefix-dev/[email protected]
34
if: ${{ !steps.restore.outputs.cache-hit }}
35
0 commit comments