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