diff --git a/.gitea/workflows/automerge-with-core.yaml b/.gitea/workflows/automerge-with-core.yaml index 46bf8e9..93f3fdb 100644 --- a/.gitea/workflows/automerge-with-core.yaml +++ b/.gitea/workflows/automerge-with-core.yaml @@ -16,12 +16,12 @@ jobs: runs-on: ubuntu-latest steps: - run: echo "Merge core/template-android-project to ${{ gitea.repository }}" - - run: echo "${{ GITHUB_SERVER_URL }}" - name: Check out repository code uses: actions/checkout@v4 - name: Sync repos uses: Vova-SH/sync-upstream-repo@master with: + mode: 'branch-to-branch' upstream_repo: ${{ env.CORE_REPO }} token: ${{ env.TOKEN }} spawn_logs: true \ No newline at end of file