From 886293087a3c2f5af681daeb66e3f6b97aa7eb8b Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Mon, 20 Oct 2025 23:10:25 -0700 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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