We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4e2df7 commit af331e0Copy full SHA for af331e0
create-and-cache/action.yml
@@ -9,7 +9,7 @@ inputs:
9
hash-files:
10
description: "Files to use to generate the hash key for the lock file."
11
required: false
12
- default: "{pixi.toml,pyproject.toml}"
+ default: "**/pixi.toml"
13
14
outputs:
15
pixi-version:
0 commit comments