Skip to content

Commit a3a8b31

Browse files
authored
Merge pull request github#26209 from github/heiskr-patch-3
Update azure-preview-env-deploy.yml for merge queue
2 parents 9fbe7fd + 1639d50 commit a3a8b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/azure-preview-env-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
# to link a PR to a list of environments later.
5454
url: ${{ env.APP_URL }}
5555
env:
56-
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER }}
56+
PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER || github.run_id }}
5757
COMMIT_REF: ${{ github.event.pull_request.head.sha || github.event.inputs.COMMIT_REF }}
5858
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
5959
IS_INTERNAL_BUILD: ${{ github.repository == 'github/docs-internal' }}

0 commit comments

Comments
 (0)