diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml
index 6e8f89f..e472328 100644
--- a/.github/workflows/invitation.yml
+++ b/.github/workflows/invitation.yml
@@ -1,4 +1,3 @@
-name: Invitation to org
on:
issues:
types: [labeled]
@@ -10,9 +9,9 @@ jobs:
- name: Invite on label
uses: vj-abigo/invite-on-label@v1.2
with:
- organization: CodXCrypt-Community
+ organization: EddieHubCommunity
label: invite me to the organisation
repo-token: ${{ secrets.GITHUB_TOKEN }}
- comment: 'Invitation sent for the GitHub Organisation. Welcome to the community 🎉 Collaboration First Code Second !'
+ comment: 'Invitation sent for the GitHub Organisation. Welcome to the CodXCrypt community 🎉'
env:
- INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}
\ No newline at end of file
+ INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}