From a7aadd7439647027c2383a9da6ffc0efe4a3dc64 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 9 Oct 2025 22:22:59 +0800 Subject: [PATCH] Fix JSON parsing problem --- .github/workflows/dist-update-notification.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index 892919629..e3b60429c 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -18,7 +18,7 @@ jobs: curl -X POST \ -H "Authorization: Bearer $GH_TOKEN" \ -H "Content-Type: application/json" \ - -d '{"query": "query { repository(owner: "end-4", name: "dots-hyprland") { discussion(number: 2140) { id } } }"}' \ + -d '{"query": "query { repository(owner: \"end-4\", name: \"dots-hyprland\") { discussion(number: 2140) { id } } }"}' \ https://api.github.com/graphql # gh api graphql -f query=' # mutation {