Skip to content

Commit 241e08b

Browse files
committed
Just use key?
1 parent 417cbd6 commit 241e08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/new-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: cache-repotools
3232
with:
3333
path: ./lib/repotools/dist
34-
restore-keys: repotools
34+
key: repotools
3535

3636
- name: Install Repotools Dependencies
3737
run: yarn workspaces focus @sourceacademy/modules-repotools
@@ -55,7 +55,7 @@ jobs:
5555
id: cache-buildtools
5656
with:
5757
path: ./lib/buildtools/bin/index.js
58-
restore-keys: buildtools
58+
key: buildtools
5959

6060
- name: Build Buildtools
6161
if: steps.cache-buildtools.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)