Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion actions/setup/js/messages_core.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, string|number|undefined>} context - Key-value pairs for replacement
* @param {Record<string, string|number|boolean|undefined>} context - Key-value pairs for replacement
* @returns {string} Template with placeholders replaced
*/
function renderTemplate(template, context) {
Expand Down