SetUp for L0 TestCases
This commit is contained in:
parent
b7b3104215
commit
2f3751f37e
8 changed files with 105 additions and 4 deletions
|
@ -64,7 +64,7 @@ async function downloadKubectl(version: string): Promise<string> {
|
|||
return kubectlPath;
|
||||
}
|
||||
|
||||
async function run() {
|
||||
export async function run() {
|
||||
let version = core.getInput('version', { 'required': true });
|
||||
if (version.toLocaleLowerCase() === 'latest') {
|
||||
version = await getStableKubectlVersion();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue