Skip to content

Commit

Permalink
Use url from event context to create link
Browse files Browse the repository at this point in the history
b/290997541
  • Loading branch information
oxve committed Aug 1, 2023
1 parent dabc79c commit 5a010e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit_test_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 5a010e1

Please sign in to comment.