Обновить .gitea/workflows/automerge-with-core.yaml
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user