Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
JenGoldstrich committed Mar 20, 2024
1 parent d38faf1 commit ef163ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/actions-self-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,13 @@ jobs:
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0

- name: Setup `packer` (using local GitHub Action)
uses: "./"
uses: "hashicorp/setup-packer@v2"
id: setup
with:
version: ${{ env.PRODUCT_VERSION }}



- name: Print `$PATH` for `packer`
run: which packer

Expand Down

0 comments on commit ef163ec

Please sign in to comment.