Skip to content

Commit 3dfa73b

Browse files
committed
Chore: change ownership to deriv-com org
1 parent 50379da commit 3dfa73b

File tree

1 file changed

+3
-3
lines changed
  • .github/actions/verify_user_in_organization

1 file changed

+3
-3
lines changed

.github/actions/verify_user_in_organization/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ runs:
2323
-o /dev/null -H "Accept: application/vnd.github+json" \
2424
-H "Authorization: Bearer $TOKEN" \
2525
-H "X-GitHub-Api-Version: 2022-11-28" \
26-
"https://api.github.com/orgs/binary-com/memberships/$USERNAME")
26+
"https://api.github.com/orgs/deriv-com/memberships/$USERNAME")
2727
2828
if [ $response != "200" ]; then
29-
echo "User is not a member of binary-com organization."
29+
echo "User is not a member of deriv-com organization."
3030
exit 1
3131
else
32-
echo "User is a member of binary-com organization."
32+
echo "User is a member of deriv-com organization."
3333
fi

0 commit comments

Comments
 (0)