Adds repo field to checkout

This commit is contained in:
Akshay Nair
2020-10-09 20:46:01 +05:30
parent fdec1d47eb
commit b5a1bd5c24
+1
View File
@@ -9,6 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
repository: ${{ github.repository }}
ref: ${{ github.head_ref }}
fetch-depth: 0
- name: Installing dependencies