From 9307c296823788a97227706d7e14a195bbf742c4 Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Thu, 28 Aug 2025 14:06:22 -0400 Subject: [PATCH] Fix workflow inputs --- .github/workflows/first-interaction.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.