From: Matthew Watkins Date: Thu, 31 Aug 2023 14:45:11 +0000 (+0100) Subject: Fix: Correct typo in GHA packer validation workflow X-Git-Tag: v0.15.0~5 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F72076%2F2;p=releng%2Fcommon-packer.git Fix: Correct typo in GHA packer validation workflow Issue: RELENG-4765 Change-Id: Ie21c687d92a16a6f24f390d99dfdab6d3ec2ac45 Signed-off-by: Matthew Watkins --- diff --git a/.github/workflows/gerrit-verify.yaml b/.github/workflows/gerrit-verify.yaml index 5f3a6a3..d27d625 100644 --- a/.github/workflows/gerrit-verify.yaml +++ b/.github/workflows/gerrit-verify.yaml @@ -120,7 +120,7 @@ jobs: cloud_network: ${{ secrets.cloud_network }} version: ${{ env.PACKER_VERSION }} cloud_pass: ${{ secrets.cloud_pass }} - dicrectory: packer + directory: packer file_name: cloud-env.json fail_on_empty: true - name: Clone git submodules