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

This commit is contained in:
Владимир Шперлинг 2024-03-04 18:32:43 +00:00
parent 237aa93d5e
commit 415288bf44

View File

@ -17,13 +17,22 @@ jobs:
- run: | - run: |
cd /repo cd /repo
git remote add upstream https://sicampus.ru/gitea/core/template-android-project.git git remote add upstream https://sicampus.ru/gitea/core/template-android-project.git
- run: git fetch upstream
- run: git rebase upstream/main
- run: git log
- run: | - run: |
cd /repo
git fetch upstream
- run: |
cd /repo
git rebase upstream/main
- run: |
cd /repo
git log
- run: |
cd /repo
echo "From other line" echo "From other line"
git log git log
- run: git push --force - run: |
cd /repo
git push --force
- 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!"
- run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}."