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 1ec522a commit f35b830Copy full SHA for f35b830
.github/workflows/presubmit.yml
@@ -21,7 +21,7 @@ jobs:
21
# GitHub API returns a 204 status code if the user is a member.
22
response=$(curl -s -o /dev/null -w "%{http_code}" \
23
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
24
- https://api.github.com/orgs/projectmesa/members/$username
+ https://api.github.com/orgs/projectmesa/members/$username)
25
if [ "$response" -eq 204 ]; then
26
echo "member=true" >> $GITHUB_OUTPUT
27
else
0 commit comments