Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 47de0ef

Browse files
committed
Add name for yarn caching step
1 parent 7d21383 commit 47de0ef

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main_next-devex-blocks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ jobs:
2222
id: yarn-cache-dir-path
2323
run: echo "::set-output name=dir::$(yarn cache dir)"
2424

25-
- uses: actions/cache@v2
25+
- name: Cache yarn
26+
uses: actions/cache@v2
2627
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
2728
with:
2829
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)