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

This commit is contained in:
Владимир Шперлинг 2024-03-09 14:57:09 +00:00
parent 5d463e81b9
commit 33d01a6a2c

View File

@ -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