Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
07fbaf6b31
|
@ -47,6 +47,9 @@ runs:
|
|||||||
|
|
||||||
- name: push to latest branch
|
- name: push to latest branch
|
||||||
run: |
|
run: |
|
||||||
|
git config user.name "auto"
|
||||||
|
git config user.email "auto@auto.com"
|
||||||
|
|
||||||
if git ls-remote --exit-code --heads origin latest; then
|
if git ls-remote --exit-code --heads origin latest; then
|
||||||
git switch latest
|
git switch latest
|
||||||
git merge master
|
git merge master
|
||||||
|
|||||||
Reference in New Issue
Block a user