Skip to content

Commit f35b830

Browse files
authored
fix: ")" in presubmit.yml
1 parent 1ec522a commit f35b830

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# GitHub API returns a 204 status code if the user is a member.
2222
response=$(curl -s -o /dev/null -w "%{http_code}" \
2323
-H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
24-
https://api.github.com/orgs/projectmesa/members/$username
24+
https://api.github.com/orgs/projectmesa/members/$username)
2525
if [ "$response" -eq 204 ]; then
2626
echo "member=true" >> $GITHUB_OUTPUT
2727
else

0 commit comments

Comments
 (0)