1
0

Обновить .gitea/workflows/automerge-with-core.yaml

This commit is contained in:
Владимир Шперлинг 2024-03-03 18:05:42 +00:00
parent cb1b06e7ba
commit 07dee34678

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- run: echo "Merge core/template-android-project to ${{ gitea.repository }}" - run: echo "Merge core/template-android-project to ${{ gitea.repository }}"
- run: >- - run: |
git clone https://sicampus.ru/gitea/${{ gitea.repository }} /repo git clone https://sicampus.ru/gitea/${{ gitea.repository }} /repo
cd repo cd repo
git merge --allow-unrelated-histories https://sicampus.ru/gitea/core/template-android-project/${{ gitea.ref }} git merge --allow-unrelated-histories https://sicampus.ru/gitea/core/template-android-project/${{ gitea.ref }}