We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67050ff commit 90f498fCopy full SHA for 90f498f
.github/workflows/main.yml
@@ -21,7 +21,7 @@ jobs:
21
with:
22
node-version: "20"
23
24
- - name: Get yarn cache directory path
+ - name: Output cache key
25
id: cache-env
26
run: echo "cache-key=${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}" >> $GITHUB_OUTPUT
27
0 commit comments