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
|
- uses: actions/cache/restore@v3
|
||||||
with:
|
with:
|
||||||
path: .
|
path: .
|
||||||
key: ${{ steps.cache.outputs.cache-primary-key }}
|
key: ${{ needs.build.steps.cache.outputs.cache-primary-key }}
|
||||||
- name: Install SSH key
|
- name: Install SSH key
|
||||||
uses: shimataro/ssh-key-action@v2
|
uses: shimataro/ssh-key-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue