From a511f617a36d3ddf6605a200f22f49772c077ec6 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Mon, 21 Jun 2021 12:19:58 +0200 Subject: [PATCH] [GHA] fix action.yml syntax --- .github/workflows/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index b1229a3cc..0361d24bc 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -18,7 +18,8 @@ jobs: build: if: "!contains(github.event.head_commit.message, 'skip ci')" runs-on: ubuntu-latest - steps: + + steps: - uses: actions/checkout@v2 - name: Install Nginx Stable