Обновить .gitea/workflows/automerge-with-core.yaml
Some checks failed
Merge core/template-android-project to this repo / merge-if-needed (push) Failing after 4s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 5s

This commit is contained in:
Владимир Шперлинг 2024-03-09 15:59:53 +00:00
parent 8052470165
commit 0390e3880a

View File

@ -21,11 +21,7 @@ jobs:
- name: Sync repos - name: Sync repos
uses: Vova-SH/sync-upstream-repo@master uses: Vova-SH/sync-upstream-repo@master
with: with:
mode: branch-to-branch upstream_repo: ${{ env.CORE_REPO }}
upstream_repo_url: ${{ env.CORE_REPO }}
upstream_branch: main
downstream_repo_url: https://git.sicampus.ru/${{ gitea.repository }}
token: ${{ env.TOKEN }} token: ${{ env.TOKEN }}
merge_strategy: rebase
spawn_logs: true spawn_logs: true