mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Fix workflow
This commit is contained in:
@@ -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,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).
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user