Skip to content

Commit

Permalink
Fix syntax error (squash this commit)
Browse files Browse the repository at this point in the history
  • Loading branch information
vcschapp committed Dec 11, 2024
1 parent 4ed3df1 commit a67057a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
if (appliedChangeTypeLabels.length === 0) {
contextualMessage = 'It currently has no change type label. Add one.'
} else {
contextualMessage = `It currently has ${appliedChangeTypeLabels.length} change type labels (${JSON.stringify(appliedChangeTypeLabels)}). Remove one.
contextualMessage = `It currently has ${appliedChangeTypeLabels.length} change type labels (${JSON.stringify(appliedChangeTypeLabels)}). Remove one.`
}
core.setFailed(baseMessage + contextualMessage);
}

0 comments on commit a67057a

Please sign in to comment.