Update azure-login-pr-check.yml

This commit is contained in:
Balaga Gayatri 2021-08-23 13:34:57 +05:30 committed by GitHub
commit 24f48797ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ jobs:
- name: Checkout from PR branch
uses: actions/checkout@v2
with:
ref: ${{ github.event.client_payload.frombranch }}
ref: ${{ github.event.pull_request.head.ref }}
# Using 12.x version as an example
- name: Set Node.js 12.x for GitHub Action