Use console.log where appropriate

This commit is contained in:
Bryan Clark 2019-11-28 12:54:29 -08:00
parent 24327359f8
commit b8a0027e2c
3 changed files with 9 additions and 7 deletions

View file

@ -31,7 +31,7 @@ function run() {
yield installer.getJava(version, arch, jdkFile);
const matchersPath = path.join(__dirname, '..', '.github');
console.log(`##[add-matcher]${path.join(matchersPath, 'java.json')}`);
const id = core.getInput('id', { required: false });
const id = core.getInput('server-id', { required: false });
const username = core.getInput('username', { required: false });
const password = core.getInput('password', { required: false });
if (id && username && password) {