From 7de15956476aa11488d2c545c88935a999397537 Mon Sep 17 00:00:00 2001 From: "Krystie (TRI packaging)" Date: Sun, 21 Jun 2026 02:16:41 -0700 Subject: [PATCH] ci: fix WinGet PR creation (use 'owner:branch' not 'owner/repo:branch') --- .github/workflows/distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 85394ef..27b42d6 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -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})."