Fix workflow

This commit is contained in:
clsty
2025-10-10 00:23:07 +08:00
parent 3d7fbba014
commit 44cdb3a52e
2 changed files with 3 additions and 2 deletions
@@ -20,10 +20,12 @@ jobs:
MESSAGE="Directory \`dist-arch\` has been updated.\n"
MESSAGE+="Commit HASH: ${{ github.sha }}\n"
MESSAGE+="Commit message: ${{ github.event.head_commit.message }}\n"
REPO_OWNER="${{ github.repository.owner }}"
REPO_NAME="${{ github.repository.name }}"
DISCUSSION_NODE_ID=$(gh api graphql -f query='
query {
repository( owner: "'${{ github.repository.owner }}'", name: "'${{ github.repository.name }}'" )
repository( owner: '${REPO_OWNER}', name: '${REPO_NAME}' )
{ discussion(number: '${DISCUSSION_NUMBER}') { id } }
}' | \
jq -r '.data.repository.discussion.id')
-1
View File
@@ -1,5 +1,4 @@
# Install scripts for Arch Linux
## Old Dependency Installation Method
The old deps install method mainly involved `./scriptdata/dependencies.conf` (which has been removed now).