From e81cd817974a4ebdad4a6e73984841cfa49ffec6 Mon Sep 17 00:00:00 2001 From: tomoron Date: Sat, 31 Jan 2026 01:10:24 +0100 Subject: [PATCH] always push latest to origin --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 8b44de1..6231d2f 100644 --- a/action.yml +++ b/action.yml @@ -49,5 +49,5 @@ runs: git merge latest else git checkout -b latest - git push origin latest fi + git push origin latest