diff --git a/action.template.yml b/action.template.yml index 34d8489..10d8294 100644 --- a/action.template.yml +++ b/action.template.yml @@ -133,7 +133,7 @@ inputs: game-version-filter: type: games.GameVersionFilter description: Controls the method used to filter game versions. - default: releases | min-major | min-minor # ">=1.18" -> ["1.18", "1.18.1", "1.18.2"] + default: releases java: type: utils.java.JavaVersion[] description: An array of Java versions compatible with your project.