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 1c85f49 commit 62f5574Copy full SHA for 62f5574
.github/workflows/checkAcknowledgements.yml
@@ -13,6 +13,8 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
16
+ with:
17
+ fetch-depth: 0
18
- name: Determine changed files
19
id: changed-files
20
run: |
@@ -36,7 +38,7 @@ jobs:
36
38
}
37
39
40
- let boolean hasMultipleNames = false
41
+ let hasMultipleNames = false
42
for (const [profile, names] of contributorNames) {
43
if (names.size > 1) {
44
core.error('Multiple names found for profile '" + profile + "': ' + Array.from(names).join(', '))
0 commit comments