From 9a59fa7d2b840d355fa11c870fab495a1f1ebcd3 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 19 Dec 2025 15:19:02 +0800 Subject: [PATCH] chore(ci): workflow id missing --- .../workflows/deploy-cloudflare-workers-preview-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml b/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml index bfa7367ff..d540180ae 100644 --- a/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml +++ b/.github/workflows/deploy-cloudflare-workers-preview-deploy.yml @@ -60,7 +60,7 @@ jobs: | Name | Link | |:------------------------|:---------------------------------------------------------------------------------------| - | 🔭 Waiting for approval | For maintainers, approve [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow.id }}) + | 🔭 Waiting for approval | For maintainers, approve [here](https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}) Hey, @nekomeowww, @sumimakito, @luoling8192, @LemonNekoGH, kindly take some time to review and approve this deployment when you are available. Thank you! 🙏 @@ -229,6 +229,6 @@ jobs: | Name | Link | |:------------------------|:--------------------------------------------------------------------------------------------| - | 🔍 Latest deploy log | https://github.com/${{ github.repository }}/actions/runs/${{ github.event.workflow.id }} | + | 🔍 Latest deploy log | https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }} | | 😎 Deploy Preview | ${{ steps.preview-urls.outputs.deploy_preview_url }} | | 🚀 Pull Request Preview | ${{ steps.preview-urls.outputs.pull_request_preview_url }} |