mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Fix workflow
This commit is contained in:
@@ -20,9 +20,8 @@ jobs:
|
||||
MESSAGE="Directory \`dist-arch\` has been updated.\n"
|
||||
MESSAGE+="Commit HASH: ${{ github.sha }}\n"
|
||||
MESSAGE+="Commit message: ${{ github.event.head_commit.message }}\n"
|
||||
REPO="${{ github.repository }}"
|
||||
REPO_OWNER="${{ github.repository_owner }}"
|
||||
REPO_NAME="${REPO#$REPO_OWNER/}"
|
||||
REPO_NAME="${{ github.event.repository.name }}"
|
||||
|
||||
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
||||
query {
|
||||
|
||||
Reference in New Issue
Block a user