1 Commits
v1.11 ... v1.12

Author SHA1 Message Date
07fbaf6b31 set name and email 2026-01-31 16:11:21 +01:00

View File

@ -47,6 +47,9 @@ runs:
- name: push to latest branch
run: |
git config user.name "auto"
git config user.email "auto@auto.com"
if git ls-remote --exit-code --heads origin latest; then
git switch latest
git merge master