From 07fbaf6b3132aaa9f65b2c29a9e92be090245f44 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 31 Jan 2026 16:11:21 +0100 Subject: [PATCH] set name and email --- action.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/action.yml b/action.yml index d412dcb..baa4c83 100644 --- a/action.yml +++ b/action.yml @@ -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