Обновить .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 4m19s

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

View File

@ -12,7 +12,10 @@ 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: git config --global credential.helper '!f() { sleep 1; echo "username=vladimir-shperling=${{ secrets.PUSH_TOKEN }}"; }; f' - run: |
git config --global credential.helper '!f() { sleep 1; echo "username=vladimir-shperling=${{ secrets.PUSH_TOKEN }}"; }; f'
git config --global user.email "test@bot.com"
git config --global user.name "Bot"
- run: git clone https://sicampus.ru/gitea/${{ gitea.repository }} /repo - run: git clone https://sicampus.ru/gitea/${{ gitea.repository }} /repo
- run: | - run: |
cd /repo cd /repo