Skip to content

Commit

Permalink
Removed debug logs
Browse files Browse the repository at this point in the history
  • Loading branch information
veraakarthikbharadwaj committed Aug 19, 2024
1 parent bf21033 commit 36908bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.');
Expand Down

0 comments on commit 36908bc

Please sign in to comment.