mirror of
https://github.com/actions/setup-java.git
synced 2024-11-09 10:13:45 -05:00
use server-id instead of ambigous id
This commit is contained in:
parent
dc5f78f54d
commit
24327359f8
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ async function run() {
|
||||||
const matchersPath = path.join(__dirname, '..', '.github');
|
const matchersPath = path.join(__dirname, '..', '.github');
|
||||||
console.log(`##[add-matcher]${path.join(matchersPath, 'java.json')}`);
|
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 username = core.getInput('username', {required: false});
|
||||||
const password = core.getInput('password', {required: false});
|
const password = core.getInput('password', {required: false});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue