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:
@@ -23,7 +23,7 @@ jobs:
|
|||||||
|
|
||||||
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
DISCUSSION_NODE_ID=$(gh api graphql -f query='
|
||||||
query {
|
query {
|
||||||
repository( owner: "${{ github.repository.owner }}", name: "${{ github.repository.name }}" )
|
repository( owner: "'${{ github.repository.owner }}'", name: "'${{ github.repository.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