Обновить .gitea/workflows/automerge-with-core.yaml
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Merge core/template-android-project to this repo / merge-if-needed (push) Has been cancelled

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

View File

@ -19,7 +19,7 @@ jobs:
git remote add core /core
git fetch core
git merge --allow-unrelated-histories core/main
git push origin main2 --force
git push origin main --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 }}."