mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 09:56:46 +00:00
log versions
This commit is contained in:
parent
de1bb2b0c5
commit
1fbc280dd3
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,8 @@ import { JavaInstallerOptions } from './distributions/base-models';
|
|||
|
||||
async function run() {
|
||||
try {
|
||||
const versions = core.getMultilineInput(constants.INPUT_JAVA_VERSION, { required: true });
|
||||
const versions = core.getMultilineInput(constants.INPUT_JAVA_VERSION);
|
||||
core.info(versions)
|
||||
const distributionName = core.getInput(constants.INPUT_DISTRIBUTION, { required: true });
|
||||
const architecture = core.getInput(constants.INPUT_ARCHITECTURE);
|
||||
const packageType = core.getInput(constants.INPUT_JAVA_PACKAGE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue