From 3eebf811fbf89f0a555fd4641aaa6171fc700369 Mon Sep 17 00:00:00 2001 From: Ebrahem Farooqui Date: Mon, 22 Feb 2021 09:50:46 -0800 Subject: [PATCH] Incorrect syntax for unpacking head ref --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0aa8189..da22ccd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: actions/checkout@v2 with: - ref: ${GITHUB_REF##*/} + ref: ${{ github.head_ref }} - uses: actions/setup-node@v2-beta with: node-version: '12'