diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index 932bc14..8d290ab 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -12,6 +12,6 @@ jobs: organization: Design-and-Code label: Invitation repo-token: ${{ secrets.GITHUB_TOKEN }} - comment: '

Welcome to the community

🎉


Don''t forget to accept the invitation sent through mail.

If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord Server - we help and encourage each other to contribute to open source little and often!🤓' + comment: '

Welcome to the community🎉



Don''t forget to accept the invitation sent through mail.
If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord Server - we help and encourage each other to contribute to open source little and often!🤓' env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}