From 660cb2b308825f96ccba0fb64e2f0ef6cac407d2 Mon Sep 17 00:00:00 2001 From: ivan katliarchuk Date: Sat, 2 Jul 2022 16:10:01 +0100 Subject: [PATCH] remove json fix --- .github/workflows/packer.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/packer.yml b/.github/workflows/packer.yml index 1c3358b..d238950 100644 --- a/.github/workflows/packer.yml +++ b/.github/workflows/packer.yml @@ -14,12 +14,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v2 - # fix backwards incompatibilities in template - - name: Fix Template - uses: hashicorp/packer-github-actions@master - with: - command: fix - # validate templates - name: Validate Template uses: hashicorp/packer-github-actions@master