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

This commit is contained in:
Владимир Шперлинг 2024-03-03 18:20:35 +00:00
parent 433faee754
commit e4980012a4

View File

@ -19,7 +19,7 @@ jobs:
git remote add core /core
git fetch core
git merge --allow-unrelated-histories core/main
git log
git push origin main2 --force
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event."
- run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."