Fix workflow

This commit is contained in:
clsty
2025-10-10 00:55:18 +08:00
parent 73e6d627bc
commit b67b0baa1b
2 changed files with 2 additions and 3 deletions
@@ -19,7 +19,7 @@ jobs:
MESSAGE="**Auto notification:**\n" MESSAGE="**Auto notification:**\n"
MESSAGE="Directory \`dist-arch\` has been updated.\n" MESSAGE="Directory \`dist-arch\` has been updated.\n"
MESSAGE+="Commit HASH: ${{ github.sha }}\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_OWNER="${{ github.repository_owner }}"
REPO_NAME="${{ github.event.repository.name }}" REPO_NAME="${{ github.event.repository.name }}"
@@ -33,7 +33,7 @@ jobs:
mutation { mutation {
addDiscussionComment(input:{ addDiscussionComment(input:{
discussionId: "'$DISCUSSION_NODE_ID'", discussionId: "'$DISCUSSION_NODE_ID'",
body: "'$MESSAGE'", body: "'"$MESSAGE"'",
}) { }) {
clientMutationId clientMutationId
comment { comment {
-1
View File
@@ -1,5 +1,4 @@
# Install scripts for Arch Linux # Install scripts for Arch Linux
## Old Dependency Installation Method ## Old Dependency Installation Method
The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now). The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).