Обновить .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:22:31 +00:00
parent d77d2f6649
commit 0218904445

View File

@ -20,6 +20,7 @@ jobs:
git fetch core
git merge --allow-unrelated-histories core/main
git push origin main --force
echo "OK"
- 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 }}."