ci: merge master to develop by the bot

This commit is contained in:
Nico Rehwaldt 2021-10-22 23:58:00 +02:00 committed by fake-join[bot]
parent 9dcc523350
commit 4da80dfc17
1 changed files with 2 additions and 2 deletions

View File

@ -18,8 +18,8 @@ jobs:
fetch-depth: 0
- name: Merge master to develop and push
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git config user.name '${{ secrets.BPMN_IO_USERNAME }}'
git config user.email '${{ secrets.BPMN_IO_EMAIL }}'
git merge -m 'Merge master to develop' --no-edit origin/master
git push