Skip to content

Commit

Permalink
Update issue-invite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vacaramin authored Apr 10, 2024
1 parent f28ed0c commit b850c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-invite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
-H "Accept: application/vnd.github+json" \
-H "X-GitHub-Api-Version: 2022-11-28" \
/orgs/${ORGANIZATION}/invitations \
-f invitee_id='${USERID}' \
-f invitee_id=${USERID} \
-f role='direct_member' \
env:
ORGANIZATION: ${{ github.event.organization.login }}
Expand Down

0 comments on commit b850c53

Please sign in to comment.