From 24a548cd97682105d43b7dc4ec8bb3c943694b69 Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Thu, 9 Oct 2025 21:51:46 +0800 Subject: [PATCH] Update discussion ID in dist-update-notification.yml --- .github/workflows/dist-update-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 660cca578..a8e7b8020 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -18,7 +18,7 @@ jobs: mutation { addDiscussionComment( input: { - discussionId: "DISCUSSION_ID", + discussionId: "2140", body: "dist-arch/ directory has changed in commit ${{ github.sha }} by ${{ github.actor }}." } ) {