1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

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 GitHub
parent bf5604b3c7
commit 30eb38ef45

View File

@@ -62,6 +62,6 @@ jobs:
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.
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 }}
comment_tag: 'egui-preview'