mirror of
https://github.com/actions/setup-java.git
synced 2025-07-18 12:38:20 +02:00
Use console.log where appropriate
This commit is contained in:
parent
24327359f8
commit
b8a0027e2c
3 changed files with 9 additions and 7 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue