From 7715b2406c7ccd7496fe43dd5e9f9c72b5416252 Mon Sep 17 00:00:00 2001 From: cluntop <85211716+cluntop@users.noreply.github.com> Date: Fri, 27 Mar 2026 00:51:21 +0800 Subject: [PATCH] Update greetings.yml --- .github/workflows/greetings.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"