Skip to content

Commit ce07243

Browse files
authored
trying different count
1 parent b94c91d commit ce07243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main-reviewer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Determine checklist type
3333
id: checklist_type
3434
run: |
35-
COUNT=$(echo "$REVIEWERS" | grep -c .)
35+
COUNT=$(echo "$REVIEWERS" | wc -w)
3636
if [ "$COUNT" -eq "1" ]; then
3737
echo "TEMPLATE=main_rev_checklist.md" >> $GITHUB_ENV
3838
else

0 commit comments

Comments
 (0)