From 0d09f53aec63ae8c590190de232dbb2ea73ca565 Mon Sep 17 00:00:00 2001 From: Siddheya Kulkarni <115717746+Asymtode712@users.noreply.github.com> Date: Sun, 18 Aug 2024 19:50:47 +0530 Subject: [PATCH] Update invitation.yml --- .github/workflows/invitation.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index fefc296..e8e79c3 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -35,11 +35,11 @@ jobs: if: ${{ steps.check_label.outcome == 'success' }} uses: vj-abigo/invite-on-label@v1.2 with: - organization: gssoc24 + organization: GSSoC24 label: invite me to the community repo-token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} comment: | Invitation sent to join the GitHub Organisation. Welcome to the community 🎉

- Don't forget after accepting to make it public so it appears on your GitHub profile for everyone else to see. You can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/gssoc24/people

+ Don't forget after accepting to make it public so it appears on your GitHub profile for everyone else to see. You can do this by finding your name in the GitHub organisation list and change the dropdown to public https://github.com/orgs/GSSoC24/people

env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}