Fix kitdiff links in pr comments (#7639)

The pr data is not accessible in this workflow so I have to hardcode the
url with the pr number
This commit is contained in:
Lucas Meurer 2025-10-23 10:06:37 +02:00 committed by Emil Ernerfeldt
parent ea14da142a
commit 6db4fcfda8
1 changed files with 1 additions and 1 deletions

View File

@ -62,6 +62,6 @@ jobs:
Preview available at https://egui-pr-preview.github.io/pr/${{ env.URL_SLUG }} Preview available at https://egui-pr-preview.github.io/pr/${{ env.URL_SLUG }}
Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed. Note that it might take a couple seconds for the update to show up after the preview_build workflow has completed.
View snapshot changes at [kitdiff](https://rerun-io.github.io/kitdiff/?url=${{ github.event.pull_request.html_url }}) View snapshot changes at [kitdiff](https://rerun-io.github.io/kitdiff/?url=https://github.com/emilk/egui/pull/${{ env.PR_NUMBER }})
pr_number: ${{ env.PR_NUMBER }} pr_number: ${{ env.PR_NUMBER }}
comment_tag: 'egui-preview' comment_tag: 'egui-preview'