We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 632b400 commit 5b3b0acCopy full SHA for 5b3b0ac
.github/workflows/checkAcknowledgements.yml
@@ -46,7 +46,7 @@ jobs:
46
}
47
48
if (hasMultipleNames) {
49
- // throw new Error('Multiple names detected. See log for details.')
+ core.setFailed('Multiple names for same contributor detected. See log for details.');
50
51
52
function computeIfAbsent(map, key, valueSupplier) {
0 commit comments