From d71d3d1cb7e28ddcb5a911aa0ac3423f668a447b Mon Sep 17 00:00:00 2001 From: Beytullah Cengiz <116653370+BeytullahCengiz88@users.noreply.github.com> Date: Tue, 30 Jun 2026 09:38:28 +0200 Subject: [PATCH] Update sync-fork.yml --- .github/workflows/sync-fork.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-fork.yml b/.github/workflows/sync-fork.yml index d725cd7..05b8b72 100644 --- a/.github/workflows/sync-fork.yml +++ b/.github/workflows/sync-fork.yml @@ -22,7 +22,7 @@ jobs: - name: Sync from upstream env: # IMPORTANT: change this to the original source repository - UPSTREAM_REPO: "ORIGINAL_OWNER/ORIGINAL_REPO" + UPSTREAM_REPO: "microsoft/BCQuality" # Optional: set your branch explicitly if not default branch behavior TARGET_BRANCH: "main" run: |