Skip to content

Commit

Permalink
[BLD] Fix reference to html url (#3435)
Browse files Browse the repository at this point in the history
Incorrect reference to PR's HTML URL.
  • Loading branch information
eculver authored Jan 8, 2025
1 parent 75aeb81 commit fe13636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apply-hotfix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ jobs:
// Add a link to the hotfix PR in the action summary
core.summary.addHeading('Link to Hotfix PR', '2')
core.summary.addLink(`chroma-core/chroma #${pr.number}`, pr.html.url)
core.summary.addLink(`chroma-core/chroma #${pr.number}`, pr.html_url)

0 comments on commit fe13636

Please sign in to comment.