Fix workflow inputs

This commit is contained in:
Nick Alteen
2025-08-28 14:06:22 -04:00
parent 4c76148459
commit 9307c29682

View File

@@ -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.