From 6db4fcfda8765600e33e7a4a5b7a9cf29013d468 Mon Sep 17 00:00:00 2001 From: Lucas Meurer Date: Thu, 23 Oct 2025 10:06:37 +0200 Subject: [PATCH] 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 --- .github/workflows/preview_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview_deploy.yml b/.github/workflows/preview_deploy.yml index 8fbe8bae..d29e7f4b 100644 --- a/.github/workflows/preview_deploy.yml +++ b/.github/workflows/preview_deploy.yml @@ -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'