From 6f4f13e1f7ba87f67f67c2a194087d983ea1dcdd Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Sun, 25 Jun 2023 01:06:30 -0400 Subject: [PATCH] fix: reference to cache-primary-key wrong --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1014766..b43a282 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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: