From 58e314fa198895fc30d6e3bc15e1a14a36245b78 Mon Sep 17 00:00:00 2001 From: Julian Waller Date: Fri, 9 Aug 2024 22:18:24 +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 f74165c..b557281 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-packet.CACHE_KEY }} + key: ${{ steps.install-packer.CACHE_KEY }} - name: build image shell: bash