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='
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')