ci: fix WinGet PR creation (use 'owner:branch' not 'owner/repo:branch')

This commit is contained in:
Krystie (TRI packaging)
2026-06-21 02:16:41 -07:00
parent 758c22e5b2
commit 7de1595647
+1 -1
View File
@@ -577,7 +577,7 @@ jobs:
# 3. Open PR
gh pr create \
--repo microsoft/winget-pkgs \
--head "${GH_REPO}:${BRANCH}" \
--head "SamiAhmed7777:${BRANCH}" \
--base master \
--title "${PACKAGE_ID} version ${VERSION}" \
--body "Automated update of ${PACKAGE_ID} to v${VERSION}. Artifacts at ${INSTALLER_URL} (SHA256: ${SHA})."