From b67b0baa1b1ff634494106583f888f8934192a49 Mon Sep 17 00:00:00 2001 From: clsty Date: Fri, 10 Oct 2025 00:55:18 +0800 Subject: [PATCH] Fix workflow --- .github/workflows/dist-update-notification.yml | 4 ++-- dist-arch/README.md | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 2eb36e35b..4dcdb5b53 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -19,7 +19,7 @@ jobs: MESSAGE="**Auto notification:**\n" MESSAGE="Directory \`dist-arch\` has been updated.\n" MESSAGE+="Commit HASH: ${{ github.sha }}\n" - MESSAGE+="Commit message: ${{ github.event.head_commit.message }}\n" + MESSAGE+="Commit message: ${{ github.event.head_commit.message }}" REPO_OWNER="${{ github.repository_owner }}" REPO_NAME="${{ github.event.repository.name }}" @@ -33,7 +33,7 @@ jobs: mutation { addDiscussionComment(input:{ discussionId: "'$DISCUSSION_NODE_ID'", - body: "'$MESSAGE'", + body: "'"$MESSAGE"'", }) { clientMutationId comment { diff --git a/dist-arch/README.md b/dist-arch/README.md index f08db5870..8fd96687f 100644 --- a/dist-arch/README.md +++ b/dist-arch/README.md @@ -1,5 +1,4 @@ # Install scripts for Arch Linux - ## Old Dependency Installation Method The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).