From cc2a271287fa4aa5b030602db4f4e7d563e6b7eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9mentine=20Urquizar=20-=20curqui?= Date: Tue, 4 Oct 2022 16:26:15 +0200 Subject: [PATCH] Update milestone-workflow.yml (#2852) --- .github/workflows/milestone-workflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/milestone-workflow.yml b/.github/workflows/milestone-workflow.yml index 4cb87684d..d2c35af95 100644 --- a/.github/workflows/milestone-workflow.yml +++ b/.github/workflows/milestone-workflow.yml @@ -129,7 +129,7 @@ jobs: label_description="$label_description released on $date" fi - gh api repos/curquiza/meilisearch/labels \ + gh api repos/meilisearch/meilisearch/labels \ --method POST \ -H "Accept: application/vnd.github+json" \ -f name="$MILESTONE_VERSION" \