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
commit 7f56506e21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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