mirror of
https://github.com/actions/setup-java.git
synced 2025-04-21 10:26:46 +00:00
build
This commit is contained in:
parent
1e74ea6a75
commit
5a85bfb40d
3 changed files with 12 additions and 7 deletions
|
@ -28,7 +28,7 @@ async function run() {
|
|||
}
|
||||
|
||||
if (!versions.length && !versionFile) {
|
||||
throw new Error("Java-version or java-version-file input expected");
|
||||
throw new Error('Java-version or java-version-file input expected');
|
||||
}
|
||||
|
||||
if (!versions.length) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue