From 1db86623870f14c7a27d2c3c1f603af91868a98a Mon Sep 17 00:00:00 2001 From: Jordan Gensler Date: Mon, 26 Sep 2022 10:43:36 -0700 Subject: [PATCH] Fix wallet ext build comment --- .github/workflows/wallet-ext-comment.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/wallet-ext-comment.yml b/.github/workflows/wallet-ext-comment.yml index 076d42a0ff5e6..2fd1d5445dc28 100644 --- a/.github/workflows/wallet-ext-comment.yml +++ b/.github/workflows/wallet-ext-comment.yml @@ -15,6 +15,13 @@ jobs: github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.conclusion == 'success' steps: + - name: Get workflow run information + uses: potiuk/get-workflow-origin@v1_1 + id: source-run-info + with: + token: ${{ secrets.GITHUB_TOKEN }} + sourceRunId: ${{ github.event.workflow_run.id }} + - name: "Download artifact" uses: actions/github-script@v6 id: get-artifact @@ -41,6 +48,7 @@ jobs: uses: thollander/actions-comment-pull-request@v1 if: steps.get-artifact.outputs.result != '' with: + pr_number: ${{ steps.source-run-info.outputs.pullRequestNumber }} comment_includes: "💳 Wallet Extension" message: | 💳 Wallet Extension has been built, you can download the packaged extension here: ${{steps.get-artifact.outputs.result}}