Skip to content

Commit 62f5574

Browse files
committed
[FIXUP]
1 parent 1c85f49 commit 62f5574

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/checkAcknowledgements.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16+
with:
17+
fetch-depth: 0
1618
- name: Determine changed files
1719
id: changed-files
1820
run: |
@@ -36,7 +38,7 @@ jobs:
3638
}
3739
}
3840
}
39-
let boolean hasMultipleNames = false
41+
let hasMultipleNames = false
4042
for (const [profile, names] of contributorNames) {
4143
if (names.size > 1) {
4244
core.error('Multiple names found for profile '" + profile + "': ' + Array.from(names).join(', '))

0 commit comments

Comments
 (0)