From 27965d150b8313264699abe0bde447271d0185be Mon Sep 17 00:00:00 2001 From: Balaga Gayatri Date: Mon, 23 Aug 2021 13:06:40 +0530 Subject: [PATCH] commented creds to fail the flow --- src/main.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.ts b/src/main.ts index abc1c4d7..a2534cad 100644 --- a/src/main.ts +++ b/src/main.ts @@ -39,7 +39,7 @@ async function main() { await executeAzCliCommand("--version", true, execOptions); core.debug(`az cli version used:\n${output}`); - let creds = core.getInput('creds', { required: true }); +// let creds = core.getInput('creds', { required: true }); let secrets = new SecretParser(creds, FormatType.JSON); let servicePrincipalId = secrets.getSecret("$.clientId", false); let servicePrincipalKey = secrets.getSecret("$.clientSecret", true); @@ -173,4 +173,4 @@ async function executeAzCliCommand( } } -main(); \ No newline at end of file +main();