Skip to content

Commit

Permalink
test jinja action
Browse files Browse the repository at this point in the history
  • Loading branch information
Silvija Tovernic committed Sep 19, 2024
1 parent ff83345 commit 83bbe84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/packer-build-if-vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
template: images/packer/image-factory-vm/values.auto.pkrvars.hcl.j2
output_file: images/packer/image-factory-vm/test.auto.pkrvars.hcl
variables: |
location="test"
resource_group="$IMAGE_NAME"
gallery_name="test"
location=test
resource_group=$IMAGE_NAME
gallery_name=test
- name: Test jinja action output
run: cat images/packer/image-factory-vm/test.auto.pkrvars.hcl

0 comments on commit 83bbe84

Please sign in to comment.