From adb2754170f8abe568d01d706a0927e606419852 Mon Sep 17 00:00:00 2001 From: Gerrit Grunwald Date: Wed, 10 Mar 2021 11:06:40 +0100 Subject: [PATCH] Added distro to parameters --- action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yml b/action.yml index 74572687..10fc9c95 100644 --- a/action.yml +++ b/action.yml @@ -21,6 +21,10 @@ inputs: description: 'Path to where the compressed JDK is located. The path could be in your source repository or a local path on the agent.' required: false + distro: + description: 'The distribution (aoj, aoj_openj9, corretto, dragonwell, + liberica, ojdk_build, oracle_open_jdk, sap_machine, zulu).' + required: false server-id: description: 'ID of the distributionManagement repository in the pom.xml file. Default is `github`'