ci: sync from joshii-h fork instead of upstream

joshii-h/ts6-viewer tracks upstream but lands custom fixes here first,
so syncing from the fork gives us both upstream changes and the fixes
without waiting for upstream merge.
This commit is contained in:
joshii-h 2026-04-20 14:16:11 +02:00
parent 3741aa3ae5
commit c460694e3a

View file

@ -17,7 +17,7 @@ jobs:
- name: Fetch upstream
run: |
git remote add upstream https://github.com/Maxallica/ts6-viewer.git
git remote add upstream https://github.com/joshii-h/ts6-viewer.git
git fetch upstream main
- name: Check for changes