in src/run.ts [74:82]
throw Error(
'Az cli tools not installed. You must install them before running this action.'
)
// get kubeconfig
const runnerTempDirectory = process.env['RUNNER_TEMP'] // use process.env until the core libs are updated
const kubeconfigPath = path.join(
runnerTempDirectory,
`kubeconfig_${Date.now()}`