Skip to content

Commit 5b3b0ac

Browse files
committed
[FIXUP]
1 parent 632b400 commit 5b3b0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkAcknowledgements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
}
4747
}
4848
if (hasMultipleNames) {
49-
// throw new Error('Multiple names detected. See log for details.')
49+
core.setFailed('Multiple names for same contributor detected. See log for details.');
5050
}
5151
5252
function computeIfAbsent(map, key, valueSupplier) {

0 commit comments

Comments
 (0)