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:
@@ -20,8 +20,9 @@ jobs:
|
|||||||
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 }}\n"
|
||||||
REPO_OWNER="${{ github.repository.owner }}"
|
REPO="${{ github.repository }}"
|
||||||
REPO_NAME="${{ github.repository.name }}"
|
REPO_OWNER="${{ github.repository_owner }}"
|
||||||
|
REPO_NAME="${REPO#$REPO_OWNER/}"
|
||||||
|
|
||||||
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
||||||
query {
|
query {
|
||||||
|
|||||||
@@ -1,4 +1,5 @@
|
|||||||
# 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