From c460694e3afbacb20ad6f3d5faaf3e85242478f2 Mon Sep 17 00:00:00 2001 From: joshii-h Date: Mon, 20 Apr 2026 14:16:11 +0200 Subject: [PATCH] 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. --- .forgejo/workflows/sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/sync.yaml b/.forgejo/workflows/sync.yaml index f790ebc..4998dad 100644 --- a/.forgejo/workflows/sync.yaml +++ b/.forgejo/workflows/sync.yaml @@ -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