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 }}." } ) {