Adding repository parameter

This is to pick from forked branch
This commit is contained in:
Kanika Pasrija
2021-09-15 12:39:33 +05:30
committed by GitHub
parent 0cf07a0171
commit 7f56506e21

View File

@@ -13,6 +13,7 @@ jobs:
- name: Checkout from PR branch
uses: actions/checkout@v2
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
# Using 12.x version as an example