From be03a3983a314320eb8ef5296881516e6cb5f7a9 Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Mon, 22 Feb 2021 09:47:05 -0800 Subject: [PATCH] Adding branch to checkout Adding the correct branch to checkout with for workflow --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 591401a..0aa8189 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + ref: ${GITHUB_REF##*/} - uses: actions/setup-node@v2-beta with: node-version: '12'