Skip to content

Commit

Permalink
Update cmd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mordamax committed Aug 21, 2024
1 parent 2a2fc53 commit 5dac7b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@ jobs:
github-token: ${{ steps.generate_token.outputs.token }}
script: |
try {
const org = 'paritytech';
const org = '${{ github.event.repository.owner.login }}';
const username = context.actor;
console.log(org, username);
const membership = await github.rest.orgs.checkMembershipForUser({
org: org,
username: username
Expand Down

0 comments on commit 5dac7b8

Please sign in to comment.