Обновить .gitea/workflows/automerge-with-core.yaml
All checks were successful
Merge core/template-android-project to this repo / merge-if-needed (push) Successful in 4m17s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4m18s

This commit is contained in:
Владимир Шперлинг 2024-03-04 18:05:11 +00:00
parent 49d7721414
commit b046e23e87

View File

@ -21,6 +21,7 @@ jobs:
git fetch upstream git fetch upstream
git rebase upstream/main git rebase upstream/main
git push --force git push --force
git log
echo "OK" echo "OK"
- run: echo "🎉 The job was automatically triggered by a ${{ gitea.event_name }} event." - 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 "🐧 This job is now running on a ${{ runner.os }} server hosted by Gitea!"