Fix workflow

This commit is contained in:
clsty
2025-10-10 00:17:10 +08:00
parent ce1a397a7c
commit 3d7fbba014
2 changed files with 2 additions and 1 deletions
@@ -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
View File
@@ -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).