diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index a799e30..7da72e0 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -9,7 +9,7 @@ jobs: name: Post welcome comment runs-on: ubuntu-latest steps: - - run: gh pr comment $PR_URL --body "Welcome to the repository!" + - run: gh pr comment $PR_URL --body "Welcome to the repository, Aurelijus!" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_URL: ${{ github.event.pull_request.html_url }}