diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 70ef92b0484..6842b1a137f 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,6 +9,6 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: "Hi! Thanks for your contribution! Great first issue!" - pr-message: "Hey thanks for the input! Please give us a bit of time to review it!" + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: "Hi! Thanks for your contribution! Great first issue!" + pr_message: "Hey thanks for the input! Please give us a bit of time to review it!"