-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I used the following code in the actions of my project:
# Cache node_modules
- name: Cache dependencies
uses: actions/cache@v2
id: yarn-cache
with:
path: |
**/node_modules
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-However, the following error occurred during execution, This makes me very confused:
Warning: getCacheEntry failed: Cache service responded with 500
Raicuparta, opslevel-michael, shogoRingo, ibrahimduran, zhouhaixian and 62 moreChemaclass, chronoxor, zhouhaixian, tatsuro-m, technote-space and 11 more
Metadata
Metadata
Assignees
Labels
No labels