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: