Adding branch to checkout

Adding the correct branch to checkout with for workflow
This commit is contained in:
Ebrahem Farooqui
2021-02-22 09:47:05 -08:00
committed by GitHub
parent d6d565a0fc
commit be03a3983a

View File

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