From 1e90434c18952e420201622c72c9e0a284686be9 Mon Sep 17 00:00:00 2001 From: clsty Date: Thu, 9 Oct 2025 22:21:17 +0800 Subject: [PATCH] Fix curl no url --- .github/workflows/dist-update-notification.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dist-update-notification.yml b/.github/workflows/dist-update-notification.yml index f89de3bbf..892919629 100644 --- a/.github/workflows/dist-update-notification.yml +++ b/.github/workflows/dist-update-notification.yml @@ -18,7 +18,8 @@ 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 { # addDiscussionComment(input:{