Add pr head commit for validation

This commit is contained in:
Akshay Nair
2020-10-09 20:56:57 +05:30
parent b5a1bd5c24
commit 1b0a157201
+1 -2
View File
@@ -9,8 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}
ref: ${{ github.head_ref }}
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: Installing dependencies
uses: borales/actions-yarn@v2.0.0