Run build with input commands

pull/265/head
Frostebite 2021-05-28 21:31:43 +01:00
parent fce88635b8
commit 34ee8bde5f
3 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View File

@ -1085,6 +1085,7 @@ class Kubernetes {
}
}
catch (error) {
core.error(JSON.stringify(error, undefined, 4));
throw error;
}
});

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -374,6 +374,7 @@ class Kubernetes {
}
}
} catch (error) {
core.error(JSON.stringify(error, undefined, 4));
throw error;
}
}