From 5982d1b5729aeced2ea680c826ad4c63833f60c6 Mon Sep 17 00:00:00 2001 From: David Leal Date: Wed, 17 Nov 2021 10:42:39 -0600 Subject: [PATCH] Fix label in the invitation workflow and indentation --- .github/workflows/invite.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/invite.yml b/.github/workflows/invite.yml index 51d6669..365d370 100644 --- a/.github/workflows/invite.yml +++ b/.github/workflows/invite.yml @@ -10,10 +10,10 @@ jobs: uses: vj-abigo/invite-on-label@v1.2 with: organization: SidHacksCommunity - label: invite me to the organisation + label: invitation repo-token: ${{ secrets.GITHUB_TOKEN }} comment: | - ' + " ![](https://camo.githubusercontent.com/ba949d9c47088b7f922c0250a04ff9cba5e5e31bb8fe86bd9e5f36906873180c/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f4c7259364f69494348533154575a70476b662f67697068792e676966) @@ -33,6 +33,7 @@ jobs: - Feel free to share your excitement on socials with `#SidHacksCommunity`. You can also tag me `@siddharth_hacks`. Looking forward to interacting with you in our community! Welcome once again! 🤓 -' - env: - INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }} + " + + env: + INVITE_TOKEN: ${{ secrets.INVITE_TOKEN }}