Incorrect syntax for unpacking head ref

This commit is contained in:
Ebrahem Farooqui
2021-02-22 09:50:46 -08:00
committed by GitHub
parent be03a3983a
commit 3eebf811fb

View File

@@ -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'