mirror of
https://github.com/Azure/k8s-deploy.git
synced 2026-06-26 06:39:27 +08:00
Adding lib changes
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import * as fs from 'fs';
|
||||
|
||||
import * as toolCache from '@actions/tool-cache';
|
||||
import * as core from '@actions/core';
|
||||
import { Kubectl } from 'kubectl-object-model';
|
||||
import { Kubectl } from './kubectl-object-model';
|
||||
|
||||
const kubectlToolName = 'kubectl';
|
||||
const stableKubectlVersion = 'v1.15.0';
|
||||
|
||||
Reference in New Issue
Block a user