Skip to content

Commit 2432735

Browse files
author
Bryan Clark
committed
use server-id instead of ambigous id
1 parent dc5f78f commit 2432735

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/setup-java.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ async function run() {
1818
const matchersPath = path.join(__dirname, '..', '.github');
1919
console.log(`##[add-matcher]${path.join(matchersPath, 'java.json')}`);
2020

21-
const id = core.getInput('id', {required: false});
21+
const id = core.getInput('server-id', {required: false});
2222
const username = core.getInput('username', {required: false});
2323
const password = core.getInput('password', {required: false});
2424

0 commit comments

Comments
 (0)