We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9fbe7fd + 1639d50 commit a3a8b31Copy full SHA for a3a8b31
.github/workflows/azure-preview-env-deploy.yml
@@ -53,7 +53,7 @@ jobs:
53
# to link a PR to a list of environments later.
54
url: ${{ env.APP_URL }}
55
env:
56
- PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER }}
+ PR_NUMBER: ${{ github.event.number || github.event.inputs.PR_NUMBER || github.run_id }}
57
COMMIT_REF: ${{ github.event.pull_request.head.sha || github.event.inputs.COMMIT_REF }}
58
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
59
IS_INTERNAL_BUILD: ${{ github.repository == 'github/docs-internal' }}
0 commit comments