diff --git a/.gitea/workflows/automerge-with-core.yaml b/.gitea/workflows/automerge-with-core.yaml index 93f3fdb..5ea20fe 100644 --- a/.gitea/workflows/automerge-with-core.yaml +++ b/.gitea/workflows/automerge-with-core.yaml @@ -21,7 +21,9 @@ jobs: - name: Sync repos uses: Vova-SH/sync-upstream-repo@master with: - mode: 'branch-to-branch' - upstream_repo: ${{ env.CORE_REPO }} + mode: branch-to-branch + upstream_repo_url: ${{ env.CORE_REPO }} + upstream_branch: main + downstream_repo_url: https://git.sicampus.ru/${{ gitea.repository }} token: ${{ env.TOKEN }} spawn_logs: true \ No newline at end of file