From aafd20c4112f2683b1285a505d97d3a80f5cfe34 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Wed, 4 May 2022 09:01:14 -0500 Subject: [PATCH] Correct workflow name --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c901fdf..1f4dbe4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -2,14 +2,14 @@ name: Test the components of it on: push: - pull-request: + pull_request: jobs: validate: runs-on: ubuntu-20.04 - tasks: + steps: - name: Install packer - uses: .github/actions/install_packer/ + uses: ./.github/actions/install_packer/ - name: Run syntax check run: | set -exo pipefail