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 b94c91d commit ce07243Copy full SHA for ce07243
.github/workflows/main-reviewer.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Determine checklist type
33
id: checklist_type
34
run: |
35
- COUNT=$(echo "$REVIEWERS" | grep -c .)
+ COUNT=$(echo "$REVIEWERS" | wc -w)
36
if [ "$COUNT" -eq "1" ]; then
37
echo "TEMPLATE=main_rev_checklist.md" >> $GITHUB_ENV
38
else
0 commit comments