diff --git a/.github/workflows/first-interaction.yml b/.github/workflows/first-interaction.yml index a5de62b..dd66cce 100644 --- a/.github/workflows/first-interaction.yml +++ b/.github/workflows/first-interaction.yml @@ -22,12 +22,12 @@ jobs: steps: - uses: actions/first-interaction@main with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-message: | + repo_token: ${{ secrets.GITHUB_TOKEN }} + issue_message: | Hello! Thank you for filing an issue. If this is a bug report, please include relevant logs to help us debug the problem. - pr-message: | + pr_message: | Hello! Thank you for your contribution. If you are fixing a bug, please reference the issue number in the description.