diff --git a/.github/workflows/unit_test_report.yaml b/.github/workflows/unit_test_report.yaml index 3ed99232fa27b..ca98ce00b370b 100644 --- a/.github/workflows/unit_test_report.yaml +++ b/.github/workflows/unit_test_report.yaml @@ -31,7 +31,7 @@ jobs: console.log(`Downloading artifacts from ${url}`) context.payload.workflow_run.pull_requests.forEach(pr => { - console.log(`Pull request: https://github.com/youtube/cobalt/pull/${pr.number}`); + console.log(`Pull request: ${context.payload.repository.html_url}/pull/${pr.number}`); }); let allArtifacts = await github.rest.actions.listWorkflowRunArtifacts({