Skip to content

Commit 5251180

Browse files
committed
Remove redundant comment
1 parent cc0ed94 commit 5251180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
node-version: ${{ matrix.node }}
6868

6969
- uses: actions/cache@v4
70-
id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`)
70+
id: yarn-cache
7171
with:
7272
path: |
7373
node_modules

0 commit comments

Comments
 (0)