Skip to content

Commit 4ab0853

Browse files
Remove unused id (#816)
1 parent 2e13f85 commit 4ab0853

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ jobs:
6363
run: echo "yarn_cache=$(yarn cache dir)" >> "$GITHUB_ENV"
6464
- name: Cache node modules
6565
uses: actions/cache@v3
66-
id: cache-modules
6766
with:
6867
key: node-${{ hashFiles('admin-js/package.json') }}-${{ github.run_id }}
6968
restore-keys: node-${{ hashFiles('admin-js/package.json') }}

0 commit comments

Comments
 (0)