From e8c07a7b439686124c1e18e54d851b753630a9c5 Mon Sep 17 00:00:00 2001 From: George Adams Date: Tue, 28 Jul 2020 10:01:07 +0100 Subject: [PATCH] set default to adoptopenjdk --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 23ea6ff7..225ad561 100644 --- a/action.yml +++ b/action.yml @@ -11,7 +11,7 @@ inputs: required: true distro: description: 'The vendor to fetch the binary from (adoptopenjdk, zulu). - Defaults to adoptopenjdk' + Defaults to adoptopenjdk' required: false default: 'adoptopenjdk' java-package: