Update azure-login-pr-check.yml

This commit is contained in:
Balaga Gayatri
2021-08-23 13:34:57 +05:30
committed by GitHub
parent 4e20baabba
commit 24f48797ce

View File

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