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