Skip to content

Commit 4ce1a44

Browse files
committed
Update default for hash-files
Bracket notation isn't supported, but hashfiles accepts input split by newlines https://www.npmjs.com/package/@actions/glob#patterns
1 parent f4e2df7 commit 4ce1a44

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

create-and-cache/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ inputs:
99
hash-files:
1010
description: "Files to use to generate the hash key for the lock file."
1111
required: false
12-
default: "{pixi.toml,pyproject.toml}"
12+
default: |
13+
pixi.toml
14+
pyproject.toml
1315
1416
outputs:
1517
pixi-version:

0 commit comments

Comments
 (0)