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 {