From d4331bbef4f35b10dfb409b96debb3cefeef3b15 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 31 Jan 2026 01:14:19 +0100 Subject: [PATCH] merge with master not latest --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 6231d2f..df00fe2 100644 --- a/action.yml +++ b/action.yml @@ -46,7 +46,7 @@ runs: run: | if git ls-remote --exit-code --heads origin latest; then git switch latest - git merge latest + git merge master else git checkout -b latest fi