From 36908bcb62f07c51c922766fb900cee815834426 Mon Sep 17 00:00:00 2001 From: Karthik Bharadwaj Date: Mon, 19 Aug 2024 15:51:35 +0530 Subject: [PATCH] Removed debug logs --- dist/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 4c1fd9b..f4053f4 100644 --- a/dist/index.js +++ b/dist/index.js @@ -122979,7 +122979,6 @@ async function validatePolicyName(inputs) { message: 'Please check the policy name provided in the config file.', }); const applicationResponse = await http.getResourceByAttribute(inputs.vid, inputs.vkey, getPolicyResource); - core.info(`Policy name response - ${JSON.stringify(applicationResponse)}`); core.setOutput('total_elements', (_a = applicationResponse === null || applicationResponse === void 0 ? void 0 : applicationResponse.page) === null || _a === void 0 ? void 0 : _a.total_elements); if (applicationResponse && ((_b = applicationResponse === null || applicationResponse === void 0 ? void 0 : applicationResponse.page) === null || _b === void 0 ? void 0 : _b.total_elements) != 1) { await (0, check_service_1.updateChecks)(octokit, checkStatic, Checks.Conclusion.Failure, annotations, 'Please check the policy name provided in the config file.');