Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 9, 2024
1 parent 58e314f commit b41c9d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/do-build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b41c9d6

Please sign in to comment.