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