Skip to content

Commit 515bcfc

Browse files
chore(actions): env for preview link
1 parent 0c5509b commit 515bcfc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-dev-artifacts.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,11 @@ jobs:
7878

7979
- name: Get comment body
8080
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 }}
8186
run: |
8287
previewLink=$(node ./bin/generatePlaygroundPreviewLink.js)
8388

0 commit comments

Comments
 (0)