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: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with:
ref: ${GITHUB_REF##*/} ref: ${{ github.head_ref }}
- uses: actions/setup-node@v2-beta - uses: actions/setup-node@v2-beta
with: with:
node-version: '12' node-version: '12'