This commit is contained in:
parent
a70ae0b04b
commit
dcd5361306
@ -22,9 +22,10 @@ jobs:
|
|||||||
- name: Test application
|
- name: Test application
|
||||||
run: make test
|
run: make test
|
||||||
- name: Push new packages
|
- name: Push new packages
|
||||||
run: git add .
|
run: |
|
||||||
run: git config --global user.email "bot@molodetz.com"
|
git add .
|
||||||
run: git config --global user.name "bot"
|
git config --global user.email "bot@molodetz.com"
|
||||||
run: git commit -a -m "New build."
|
git config --global user.name "bot"
|
||||||
run: git push
|
git commit -a -m "New build."
|
||||||
|
git push
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user