Skip to content

Commit 8b18313

Browse files
committed
Users extraction: check condition inactive when pulling from database
1 parent 7f0df71 commit 8b18313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-partners-json.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
# Fetch the maintainers from Zoho Bigin
6666
curl --silent --request GET \
67-
--url 'https://www.zohoapis.eu/bigin/v2/Contacts/search?fields=Team,First_Name,Github,Maintaining,Your_core_competences&criteria=((Tag:equals:maintainer)and(Email_Opt_Out:equals:false))' \
67+
--url 'https://www.zohoapis.eu/bigin/v2/Contacts/search?fields=Team,First_Name,Github,Maintaining,Your_core_competences&criteria=((Tag:equals:maintainer)and(Inactive:equals:false))' \
6868
--header "Authorization: Zoho-oauthtoken $ACCESS_TOKEN" \
6969
| jq -c '.data[] | {First_Name, Github, Team, Maintaining, Your_core_competences}' \
7070
| while read -r row; do

0 commit comments

Comments
 (0)