diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 5cc3ecf..a75cdaa 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -14,6 +14,5 @@ jobs: steps: - uses: actions/first-interaction@v3 with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - issue_message: "Dependabot's first issue" - pr_message: "Dependabot's first PR" \ No newline at end of file + repo-token: ${{ secrets.GITHUB_TOKEN }} + issue_message: "Dependabot's first issue" \ No newline at end of file