Merge branch 'main' into main

This commit is contained in:
Akshay Nair
2020-10-09 20:57:36 +05:30
committed by GitHub
+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