Remove leading slash

This commit is contained in:
Syer10
2026-07-05 15:47:15 -04:00
parent a1770cb055
commit 0271a0174f

View File

@@ -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