From ec90822b7ff7c2d52c9cbde11ae00afa244545a2 Mon Sep 17 00:00:00 2001 From: Madhav Krishan Goswami <116915826+MadhavKrishanGoswami@users.noreply.github.com> Date: Fri, 11 Oct 2024 01:42:58 +0530 Subject: [PATCH] Update Greetings.yml --- .github/workflows/Greetings.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Greetings.yml b/.github/workflows/Greetings.yml index 96f004cc..aedfd1c3 100644 --- a/.github/workflows/Greetings.yml +++ b/.github/workflows/Greetings.yml @@ -9,13 +9,11 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/first-interaction@v1 + - name: Send Greeting Message + uses: actions/first-interaction@v1 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} + repo-token: ${{ secrets.GITHUB_TOKEN }} # GitHub token for authentication pr-message: | - Hi @{{ github.actor }}, - + Hi @${{ github.actor }}, Thanks for opening this PR! We appreciate your contribution and will review it as soon as we can. We’ll get back to you with any feedback or updates shortly. - Cheers🥂, - The Team