зеркало из https://github.com/github/ruby.git
Separate cache key from primary key [ci skip]
This commit is contained in:
Родитель
95da41ee0a
Коммит
25e417b773
|
@ -33,7 +33,9 @@ jobs:
|
|||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: .downloaded-cache
|
||||
key: downloaded-cache
|
||||
key: downloaded-cache-${{ github.sha }}
|
||||
restore-keys: |
|
||||
downloaded-cache
|
||||
|
||||
- name: Download previous gems list
|
||||
run: |
|
||||
|
|
|
@ -26,7 +26,9 @@ jobs:
|
|||
- uses: actions/cache@v2
|
||||
with:
|
||||
path: .downloaded-cache
|
||||
key: downloaded-cache
|
||||
key: downloaded-cache-${{ github.sha }}
|
||||
restore-keys: |
|
||||
downloaded-cache
|
||||
|
||||
- name: Download previous gems list
|
||||
run: |
|
||||
|
|
Загрузка…
Ссылка в новой задаче