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 50379da commit 3dfa73bCopy full SHA for 3dfa73b
.github/actions/verify_user_in_organization/action.yml
@@ -23,11 +23,11 @@ runs:
23
-o /dev/null -H "Accept: application/vnd.github+json" \
24
-H "Authorization: Bearer $TOKEN" \
25
-H "X-GitHub-Api-Version: 2022-11-28" \
26
- "https://api.github.com/orgs/binary-com/memberships/$USERNAME")
+ "https://api.github.com/orgs/deriv-com/memberships/$USERNAME")
27
28
if [ $response != "200" ]; then
29
- echo "User is not a member of binary-com organization."
+ echo "User is not a member of deriv-com organization."
30
exit 1
31
else
32
- echo "User is a member of binary-com organization."
+ echo "User is a member of deriv-com organization."
33
fi
0 commit comments