Skip to content

Commit

Permalink
Let's log stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-schilling committed Mar 23, 2024
1 parent ae5d478 commit 404de6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/new_member.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: echo "User to invite is ${{ github.event.issue.author.login }}"
- name: Invite User to Organization
run: |
echo ${{ github.event.issue.author }}
echo ${{ github.event.issue }}
gh api -X PUT /orgs/django-community/memberships/${{ github.event.issue.author.login }}
env:
GITHUB_TOKEN: ${{ secrets.ORG_CONTROLS_PAT }}
Expand Down

0 comments on commit 404de6b

Please sign in to comment.