Move sdist/ID to sdata/dist-ID

This commit is contained in:
clsty
2025-10-26 21:27:41 +08:00
parent c13ba5f25e
commit 5a846cdec5
66 changed files with 73 additions and 74 deletions
@@ -1,9 +1,9 @@
name: Comment on Discussion When sdist/arch/ Changes
name: Comment on Discussion When sdata/dist-arch/ Changes
on:
push:
paths:
- 'sdist/arch/**'
- 'sdata/dist-arch/**'
# workflow_dispatch:
jobs:
@@ -18,7 +18,7 @@ jobs:
# https://docs.github.com/en/graphql/reference/mutations#adddiscussioncomment
run: |
MESSAGE="**Auto notification:**\n"
MESSAGE+="Directory \`sdist/arch\` has been updated.\n"
MESSAGE+="Directory \`sdata/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 }}"