diff --git a/actions/setup/js/messages_core.cjs b/actions/setup/js/messages_core.cjs index 25df3e9af4..bee905cfa8 100644 --- a/actions/setup/js/messages_core.cjs +++ b/actions/setup/js/messages_core.cjs @@ -63,7 +63,7 @@ function getMessages() { * Replace placeholders in a template string with values from context. * Supports {key} syntax for placeholder replacement. * @param {string} template - Template string with {key} placeholders - * @param {Record} context - Key-value pairs for replacement + * @param {Record} context - Key-value pairs for replacement * @returns {string} Template with placeholders replaced */ function renderTemplate(template, context) {