mirror of
https://github.com/actions/setup-java.git
synced 2025-04-20 18:06:45 +00:00
code format
This commit is contained in:
parent
c69760f666
commit
1e74ea6a75
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ async function run() {
|
||||||
? (contents.match(semverRegExp)?.groups?.version as string)
|
? (contents.match(semverRegExp)?.groups?.version as string)
|
||||||
: '';
|
: '';
|
||||||
let installed = false;
|
let installed = false;
|
||||||
while (!installed && version != '') {
|
while (!installed && version) {
|
||||||
try {
|
try {
|
||||||
core.debug(`Trying to install version ${version}`);
|
core.debug(`Trying to install version ${version}`);
|
||||||
await installVersion(version);
|
await installVersion(version);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue