code format
This commit is contained in:
parent
c69760f666
commit
1e74ea6a75
@ -42,7 +42,7 @@ async function run() {
|
||||
? (contents.match(semverRegExp)?.groups?.version as string)
|
||||
: '';
|
||||
let installed = false;
|
||||
while (!installed && version != '') {
|
||||
while (!installed && version) {
|
||||
try {
|
||||
core.debug(`Trying to install version ${version}`);
|
||||
await installVersion(version);
|
||||
|
Loading…
x
Reference in New Issue
Block a user