From 8766cff7e1f694b8bbdf187977d7a86939ef1c77 Mon Sep 17 00:00:00 2001 From: raghaves Date: Tue, 16 Jun 2020 10:30:20 +0530 Subject: [PATCH] Review fix --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 45d3ace..a9232b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: - name: 'Validate build' env: branch: ${GITHUB_REF##*/} - if: env:branch == 'master' + if: env.branch == 'master' run: | npm install npm build