diff --git a/.gitea/workflows/automerge-with-core.yaml b/.gitea/workflows/automerge-with-core.yaml index 56d6ccf..d5f0cdd 100644 --- a/.gitea/workflows/automerge-with-core.yaml +++ b/.gitea/workflows/automerge-with-core.yaml @@ -17,13 +17,22 @@ jobs: - run: | cd /repo 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: | + cd /repo + git fetch upstream + - run: | + cd /repo + git rebase upstream/main + - run: | + cd /repo + git log + - run: | + cd /repo echo "From other line" 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 "🐧 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 }}."