forked from Shinonome/dots-hyprland
Fix workflow
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
|||||||
|
|
||||||
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
||||||
query {
|
query {
|
||||||
repository( owner: '${REPO_OWNER}', name: '${REPO_NAME}' )
|
repository( owner: "'${REPO_OWNER}'", name: "'${REPO_NAME}'" )
|
||||||
{ discussion(number: '${DISCUSSION_NUMBER}') { id } }
|
{ discussion(number: '${DISCUSSION_NUMBER}') { id } }
|
||||||
}' | \
|
}' | \
|
||||||
jq -r '.data.repository.discussion.id')
|
jq -r '.data.repository.discussion.id')
|
||||||
|
|||||||
@@ -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