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).