fix: reference to cache-primary-key wrong

This commit is contained in:
Derrick Hammer 2023-06-25 01:06:30 -04:00
parent d33af0e132
commit 6f4f13e1f7
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -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: