Update message

This commit is contained in:
clsty
2025-10-10 01:12:05 +08:00
parent b6566ec67b
commit 433fe1449a
2 changed files with 4 additions and 4 deletions
@@ -17,7 +17,7 @@ jobs:
# https://docs.github.com/en/graphql/reference/mutations#adddiscussioncomment
run: |
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 message: ${{ github.event.head_commit.message }}"
REPO_OWNER="${{ github.repository_owner }}"