fix: reference to cache-primary-key wrong
This commit is contained in:
parent
d33af0e132
commit
6f4f13e1f7
|
@ -29,7 +29,7 @@ jobs:
|
|||
- uses: actions/cache/restore@v3
|
||||
with:
|
||||
path: .
|
||||
key: ${{ steps.cache.outputs.cache-primary-key }}
|
||||
key: ${{ needs.build.steps.cache.outputs.cache-primary-key }}
|
||||
- name: Install SSH key
|
||||
uses: shimataro/ssh-key-action@v2
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue