Обновить .gitea/workflows/automerge-with-core.yaml
This commit is contained in:
parent
dc21b4fd66
commit
2b8f19d96a
@ -1,4 +1,6 @@
|
||||
name: Merge core/template-android-project to this repo
|
||||
env:
|
||||
TOKEN: ${{ secrets.PUSH_TOKEN }}
|
||||
|
||||
run-name: Merge core/template-android-project to ${{ gitea.repository }}
|
||||
on:
|
||||
@ -13,6 +15,7 @@ jobs:
|
||||
steps:
|
||||
- run: echo "Merge core/template-android-project to ${{ gitea.repository }}"
|
||||
- run: |
|
||||
git config --global credential.helper '!f() { sleep 1; echo "username=vladimir-shperling=${{ TOKEN }}"; }; f'
|
||||
echo "Cloning Core"
|
||||
git clone https://sicampus.ru/gitea/core/template-android-project /core
|
||||
echo "Cloning Repo"
|
||||
|
Loading…
x
Reference in New Issue
Block a user