From 8790d6847a736d72548dac0ab5610ed40240d4d3 Mon Sep 17 00:00:00 2001 From: Eddie Jaoude Date: Thu, 7 Mar 2024 06:38:09 +0000 Subject: [PATCH] fix: course link --- .github/workflows/invitation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invitation.yml b/.github/workflows/invitation.yml index d8b8e05..ff16313 100644 --- a/.github/workflows/invitation.yml +++ b/.github/workflows/invitation.yml @@ -12,6 +12,6 @@ jobs: organization: EddieHubCommunity label: invite me to the organisation repo-token: ${{ secrets.GITHUB_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/EddieHubCommunity/people

Tips for practising:

Customise your GitHub profile, here is a course on that: https://www.eddiejaoude.io/course-github-profile-landing
Practice repo, instructions on how to add your name to the README https://github.com/EddieHubCommunity/hacktoberfest-practice
Remember contributing to open source is not just about code, it's about collaboration, communication and adding value
I hope that helps" + 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/EddieHubCommunity/people

Tips for practising:

Customise your GitHub profile, here is a course on that: https://www.udemy.com/course/make-your-github-profile-stand-out/
Practice repo, instructions on how to add your name to the README https://github.com/EddieHubCommunity/hacktoberfest-practice
Remember contributing to open source is not just about code, it's about collaboration, communication and adding value
I hope that helps" env: INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}