mirror of
https://github.com/azure/login.git
synced 2026-06-05 22:47:06 +00:00
Adding repository parameter
This is to pick from forked branch
This commit is contained in:
parent
0cf07a0171
commit
7f56506e21
1 changed files with 1 additions and 0 deletions
1
.github/workflows/azure-login-pr-check.yml
vendored
1
.github/workflows/azure-login-pr-check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue