diff --git a/lib/org-rules.cjs b/lib/org-rules.cjs index 9397ea7..775d798 100644 --- a/lib/org-rules.cjs +++ b/lib/org-rules.cjs @@ -458,6 +458,7 @@ const checkIntegrationsCompliance = (requirement, serviceDescription) => { * @throws {Error} - If the rule or service description are invalid. */ const determineRuleCompliance = (rule, serviceDescription) => { + core.debug({ rule, serviceDescription }) if (!rule || !serviceDescription) { throw new Error('Both rule and service description are required.') }