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.
1 parent 0c5509b commit 515bcfcCopy full SHA for 515bcfc
.github/workflows/build-dev-artifacts.yml
@@ -78,6 +78,11 @@ jobs:
78
79
- name: Get comment body
80
id: get-comment-body
81
+ env:
82
+ GITHUB_REPO_NAME: ${{ github.event.pull_request.base.repo.name }}
83
+ DEV_ZIP_BRANCH_NAME: ${{ needs.dev-zip.outputs.branch-name }}
84
+ DEV_ZIP_GIT_SHA_8: ${{ needs.dev-zip.outputs.git-sha-8 }}
85
+ GITHUB_HEAD_SHA: ${{ github.event.pull_request.head.sha }}
86
run: |
87
previewLink=$(node ./bin/generatePlaygroundPreviewLink.js)
88
0 commit comments