We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 035cb5d commit d9bcd3fCopy full SHA for d9bcd3f
1 file changed
.github/workflows/curl.yml
@@ -26,7 +26,7 @@ jobs:
26
-H "Accept: application/vnd.github+json" \
27
-H "Authorization: Bearer $MEMBERSHIP_TOKEN" \
28
-H "X-GitHub-Api-Version: 2022-11-28" \
29
- https://api.github.com/orgs/starrocks/teams/docs-maintainer/members | jq -r '.[].login'
+ https://api.github.com/orgs/starrocks/teams/docs-maintainer/members | jq -r '.[].login')
30
31
32
# Save the allowlisted users in a file
0 commit comments