From ca71f014b550af1037a490bd3a2a618d7a6442f7 Mon Sep 17 00:00:00 2001 From: Jordan Gensler Date: Mon, 26 Sep 2022 11:35:15 -0700 Subject: [PATCH] Final fix for pr comments --- .github/workflows/wallet-ext-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wallet-ext-comment.yml b/.github/workflows/wallet-ext-comment.yml index b8a2723022f64..557b8a3d82ecf 100644 --- a/.github/workflows/wallet-ext-comment.yml +++ b/.github/workflows/wallet-ext-comment.yml @@ -42,7 +42,7 @@ jobs: return ''; } - return `https://github.com/MystenLabs/sui/suites/8476270273/artifacts/${matchArtifact.id}`; + return `https://github.com/MystenLabs/sui/actions/runs/${{ context.payload.workflow_run.id }}#artifacts`; - name: Comment PR uses: thollander/actions-comment-pull-request@v1