From 52780436a292156cc0421ffb662e099e49b2d69b Mon Sep 17 00:00:00 2001 From: Chong Wei Hon Date: Wed, 24 Sep 2025 18:40:13 +0800 Subject: [PATCH] Update sync-upstream.yml Fix not able to sync --- .github/workflows/sync-upstream.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-upstream.yml b/.github/workflows/sync-upstream.yml index c70eac9..ff651a8 100644 --- a/.github/workflows/sync-upstream.yml +++ b/.github/workflows/sync-upstream.yml @@ -12,6 +12,6 @@ jobs: - name: Sync upstream changes uses: dabreadman/fork-sync-with-upstream-action@v1 with: - upstream_repository: djteang/OrangeTV + upstream_repository: https://github.com/djteang/OrangeTV target_branch: main github_token: ${{ secrets.GITHUB_TOKEN }}