Skip to content

Commit

Permalink
Merge pull request #130 from ethanmdavidson/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/hashicorp/packer-github-actions-3.1.0

Bump hashicorp/packer-github-actions from 3.0.0 to 3.1.0
  • Loading branch information
ethanmdavidson authored May 13, 2024
2 parents f48c922 + 258f531 commit 3e9004c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-plugin-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@ jobs:
run: make dev

- name: Init
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
uses: hashicorp/packer-github-actions@1aa358be5cf73883762b302a3a03abd66e75b232
with:
working_directory: './example'
command: init

- name: Validate
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
uses: hashicorp/packer-github-actions@1aa358be5cf73883762b302a3a03abd66e75b232
with:
working_directory: './example'
command: validate
env:
PACKER_LOG: ${{ github.event.inputs.logs }}

- name: Build
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
uses: hashicorp/packer-github-actions@1aa358be5cf73883762b302a3a03abd66e75b232
with:
working_directory: './example'
command: build
Expand Down

0 comments on commit 3e9004c

Please sign in to comment.