You've already forked armbian.github.io
mirror of
https://github.com/armbian/armbian.github.io.git
synced 2026-01-06 11:42:20 -08:00
Users extraction: check condition inactive when pulling from database
This commit is contained in:
2
.github/workflows/generate-partners-json.yml
vendored
2
.github/workflows/generate-partners-json.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
|
||||
# Fetch the maintainers from Zoho Bigin
|
||||
curl --silent --request GET \
|
||||
--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))' \
|
||||
--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))' \
|
||||
--header "Authorization: Zoho-oauthtoken $ACCESS_TOKEN" \
|
||||
| jq -c '.data[] | {First_Name, Github, Team, Maintaining, Your_core_competences}' \
|
||||
| while read -r row; do
|
||||
|
||||
Reference in New Issue
Block a user