Update sync-upstream.yml

Fix not able to sync
This commit is contained in:
Chong Wei Hon 2025-09-24 18:40:13 +08:00 committed by GitHub
parent 2552d6e605
commit 52780436a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}