From efc793364ea7acde26af1eb5365c93a522fdcee3 Mon Sep 17 00:00:00 2001 From: Augustin Delaporte Date: Wed, 15 Jan 2025 06:52:19 -0400 Subject: [PATCH] Fix a command in INSTALLATION.md `github_repository` is deprecated by `repository`. --- INSTALLATION.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLATION.md b/INSTALLATION.md index 16a3457..44b58a3 100644 --- a/INSTALLATION.md +++ b/INSTALLATION.md @@ -25,7 +25,7 @@ Log in and run the following query: ```graphql query GetCategory { - github_repository(name: "your-repository-name", owner: "your-org") { + repository(name: "your-repository-name", owner: "your-org") { discussionCategory(slug: "preview-comments") { id }