Skip to content

Commit

Permalink
use server-id instead of ambigous id
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryan Clark committed Nov 28, 2019
1 parent dc5f78f commit 2432735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup-java.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ async function run() {
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});

Expand Down

0 comments on commit 2432735

Please sign in to comment.