Skip to content

Commit

Permalink
Merge pull request #335 from chipsalliance/pr-comments
Browse files Browse the repository at this point in the history
CI: improve PR comment
  • Loading branch information
kgugala authored Jan 9, 2025
2 parents c4d8104 + b8d261e commit eb98bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages-pr-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
issue_number: ${{ steps.PR.outputs.number }},
owner: context.repo.owner,
repo: context.repo.repo,
body: 'Links to coverage and verification reports for this PR (#${{ steps.PR.outputs.number }}) are available at ${{ env.WEB_URL }}'
body: 'Coverage report for this PR is available at ${{ env.WEB_URL }}/html/dev/${{ steps.PR.outputs.number }}/coverage_dashboard/all, documentation is available at ${{ env.WEB_URL }}/html/dev/${{ steps.PR.outputs.number }}/docs_rendered/html'
})

0 comments on commit eb98bbe

Please sign in to comment.