mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Rearrange for tidier structure (#2212)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
name: Comment on Discussion When dist-arch/ Changes
|
||||
name: Comment on Discussion When sdist/arch/ Changes
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'dist-arch/**'
|
||||
- 'sdist/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 \`dist-arch\` has been updated.\n"
|
||||
MESSAGE+="Directory \`sdist/arch\` has been updated.\n"
|
||||
MESSAGE+="Commit HASH: ${{ github.sha }}\n"
|
||||
MESSAGE+="Commit message: ${{ github.event.head_commit.message }}"
|
||||
REPO_OWNER="${{ github.repository_owner }}"
|
||||
|
||||
Reference in New Issue
Block a user