diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 16a8fd526..392f45f02 100755 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -11,6 +11,6 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Message that will be displayed on users' first issue" - pr-message: "Message that will be displayed on users' first pull request" + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: "Message that will be displayed on users' first issue" + pr_message: "Message that will be displayed on users' first pull request"