Skip to content

Commit 90f498f

Browse files
committed
refactor: rename step
1 parent 67050ff commit 90f498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
node-version: "20"
2323

24-
- name: Get yarn cache directory path
24+
- name: Output cache key
2525
id: cache-env
2626
run: echo "cache-key=${{ runner.os }}-node_modules-${{ hashFiles('**/yarn.lock') }}" >> $GITHUB_OUTPUT
2727

0 commit comments

Comments
 (0)