trying a fix for flow of logs
This commit is contained in:
@ -79,7 +79,7 @@ export async function getArcKubeconfig(): Promise<string> {
|
||||
const kubeconfigPath = path.join(runnerTempDirectory, `kubeconfig_${Date.now()}`);
|
||||
let azPath = await io.which("az", true);
|
||||
let out = fs.openSync('./out.log', 'a');
|
||||
let err = fs.openSync('./out.log', 'a');
|
||||
let err = fs.openSync('./err.log', 'a');
|
||||
if (method == 'service-account'){
|
||||
let saToken = core.getInput('token');
|
||||
if(!saToken){
|
||||
|
Reference in New Issue
Block a user