Skip to content

Commit

Permalink
fix cache key suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
robzr committed Apr 8, 2024
1 parent 1099c66 commit 6c1db14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
description: Set to false to disable cache
required: false
cache-key-suffix:
default:
default: ${{ hashFiles('**/.tool-versions') }}
description: Cache key suffix, useful if you want to maintain multiple caches in the same repo.
required: false
cache-version:
Expand Down

0 comments on commit 6c1db14

Please sign in to comment.