From b41c9d625efc702041e31c9f984aa613698cece5 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 9 Aug 2024 22:20:07 +0100 Subject: [PATCH] chore: fix typo --- .github/actions/do-build/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/do-build/action.yaml b/.github/actions/do-build/action.yaml index b557281..3aa6a32 100644 --- a/.github/actions/do-build/action.yaml +++ b/.github/actions/do-build/action.yaml @@ -29,7 +29,7 @@ runs: uses: actions/cache@v4 with: path: /tmp/packer_cache - key: ${{ steps.install-packer.CACHE_KEY }} + key: ${{ steps.install-packer.outputs.CACHE_KEY }} - name: build image shell: bash