mirror of
https://github.com/sartography/bpmn-js.git
synced 2025-01-13 02:24:31 +00:00
ci: merge master to develop by the bot
This commit is contained in:
parent
9dcc523350
commit
4da80dfc17
@ -18,8 +18,8 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Merge master to develop and push
|
- name: Merge master to develop and push
|
||||||
run: |
|
run: |
|
||||||
git config user.name github-actions
|
git config user.name '${{ secrets.BPMN_IO_USERNAME }}'
|
||||||
git config user.email github-actions@github.com
|
git config user.email '${{ secrets.BPMN_IO_EMAIL }}'
|
||||||
git merge -m 'Merge master to develop' --no-edit origin/master
|
git merge -m 'Merge master to develop' --no-edit origin/master
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user