From 7e5ca2b38b0bb086ea331c654d2aa10f2c857d51 Mon Sep 17 00:00:00 2001 From: cheezwiz7899 Date: Wed, 29 Apr 2026 16:40:15 +1200 Subject: [PATCH] redirect UPSTREAM_REPO to main repo --- .github/workflows/build-android.yml | 2 +- .github/workflows/build-linux.yml | 2 +- .github/workflows/build-macos.yml | 2 +- .github/workflows/build-windows.yml | 2 +- .github/workflows/upstream-branch-scheduler.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-android.yml b/.github/workflows/build-android.yml index f772e9d..fa3395b 100644 --- a/.github/workflows/build-android.yml +++ b/.github/workflows/build-android.yml @@ -23,7 +23,7 @@ on: type: string env: - UPSTREAM_REPO: "cheezwiz7899/emulator" # <--- Change this to switch forks + UPSTREAM_REPO: "citron-neo/emulator" # <--- Change this to switch forks jobs: check-version: diff --git a/.github/workflows/build-linux.yml b/.github/workflows/build-linux.yml index 0cf432b..0c14348 100644 --- a/.github/workflows/build-linux.yml +++ b/.github/workflows/build-linux.yml @@ -21,7 +21,7 @@ on: type: string env: - UPSTREAM_REPO: "cheezwiz7899/emulator" # <--- Change this to switch forks + UPSTREAM_REPO: "citron-neo/emulator" # <--- Change this to switch forks jobs: check-version: diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos.yml index 8c19d08..00e2793 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos.yml @@ -21,7 +21,7 @@ on: type: string env: - UPSTREAM_REPO: "cheezwiz7899/emulator" # <--- Change this to switch forks + UPSTREAM_REPO: "citron-neo/emulator" # <--- Change this to switch forks jobs: check-version: diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index af5781a..c875c36 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -21,7 +21,7 @@ on: type: string env: - UPSTREAM_REPO: "cheezwiz7899/emulator" # <--- Change this to switch forks + UPSTREAM_REPO: "citron-neo/emulator" # <--- Change this to switch forks jobs: check-version: diff --git a/.github/workflows/upstream-branch-scheduler.yml b/.github/workflows/upstream-branch-scheduler.yml index 93bd1e9..bf74a2f 100644 --- a/.github/workflows/upstream-branch-scheduler.yml +++ b/.github/workflows/upstream-branch-scheduler.yml @@ -10,7 +10,7 @@ permissions: contents: read env: - UPSTREAM_REPO: "cheezwiz7899/emulator" # <--- Change this to switch forks + UPSTREAM_REPO: "citron-neo/emulator" # <--- Change this to switch forks jobs: dispatch-branch-builds: