1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Update azure-preview-env-deploy.yml

This commit is contained in:
Kevin Heis
2022-03-15 10:18:16 -07:00
committed by GitHub
parent 9fbe7fd771
commit 1639d50bdb

View File

@@ -53,7 +53,7 @@ jobs:
# to link a PR to a list of environments later.
url: ${{ env.APP_URL }}
env:
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER }}
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER || github.run_id }}
COMMIT_REF: ${{ github.event.pull_request.head.sha || github.event.inputs.COMMIT_REF }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
IS_INTERNAL_BUILD: ${{ github.repository == 'github/docs-internal' }}