From 0271a0174fc8ddde1c15c4eeda7330d9cc10656b Mon Sep 17 00:00:00 2001 From: Syer10 Date: Sun, 5 Jul 2026 15:47:15 -0400 Subject: [PATCH] Remove leading slash --- .github/workflows/winget.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winget.yml b/.github/workflows/winget.yml index de7b7962a..791c4841f 100644 --- a/.github/workflows/winget.yml +++ b/.github/workflows/winget.yml @@ -40,7 +40,7 @@ jobs: gh api \ --method POST \ -H "Accept: application/vnd.github+json" \ - "/repos/Suwayomi/winget-pkgs/merge-upstream" \ + "repos/Suwayomi/winget-pkgs/merge-upstream" \ -f branch=master - uses: vedantmgoyal2009/winget-releaser@v2