Skip to content

Commit

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

Bump hashicorp/packer-github-actions from 2.0.1 to 3.0.0
  • Loading branch information
ethanmdavidson authored Feb 12, 2024
2 parents 21a7c3d + 136301a commit ab126a3
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@ecc5516821087666a672c0d280a0084ea6d9aafd
uses: hashicorp/packer-github-actions@d38faf1295e2cddabf3ce395dc78405b7877be2d
with:
working_directory: './example'
command: init

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

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

0 comments on commit ab126a3

Please sign in to comment.