Update run.ts

This commit is contained in:
Sundar 2021-04-15 22:39:04 +05:30 committed by GitHub
parent 383cc5f1af
commit c7f8069c35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,7 +3,6 @@ import * as path from 'path';
import * as util from 'util';
import * as fs from 'fs';
import * as toolCache from '@actions/tool-cache';
import * as core from '@actions/core';
const kubectlToolName = 'kubectl';