Fix-pr build: ref, not head_ref. (#3111)

Co-authored-by: Catenocrypt <catenocrypt@users.noreply.github.com>
This commit is contained in:
Adam R 2020-08-07 07:58:54 +02:00 committed by GitHub
parent 0c5ded0ce0
commit 1afc0507ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
with:
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.head_ref }}
ref: ${{ github.ref }}
- uses: actions/setup-node@v1
with:
node-version: 12