Update discussion ID in dist-update-notification.yml

This commit is contained in:
Celestial.y
2025-10-09 21:51:46 +08:00
committed by GitHub
parent ce307391a8
commit 24a548cd97
@@ -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 }}."
}
) {