forked from Shinonome/dots-hyprland
Fix workflow
This commit is contained in:
@@ -23,7 +23,7 @@ jobs:
|
||||
|
||||
DISCUSSION_NODE_ID=$(gh api graphql -f 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 } }
|
||||
}' | \
|
||||
jq -r '.data.repository.discussion.id')
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
# Install scripts for Arch Linux
|
||||
|
||||
## Old Dependency Installation Method
|
||||
The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user