Skip to content

Commit

Permalink
updated packer.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Feb 2, 2025
1 parent 3098bc0 commit 30fcf09
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/packer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
- uses: actions/checkout@v3
#name: Git Checkout # better to show the action@version

- name: Validate Version
run: packer --version

- name: Validate Packer HCL
run: |
for file in ${{ inputs.files }}; do
Expand Down

0 comments on commit 30fcf09

Please sign in to comment.