Merge pull request #344 from actions/ncalteen/inputs
This commit is contained in:
@@ -22,12 +22,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/first-interaction@main
|
- uses: actions/first-interaction@main
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
issue-message: |
|
issue_message: |
|
||||||
Hello! Thank you for filing an issue.
|
Hello! Thank you for filing an issue.
|
||||||
|
|
||||||
If this is a bug report, please include relevant logs to help us debug the problem.
|
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.
|
Hello! Thank you for your contribution.
|
||||||
|
|
||||||
If you are fixing a bug, please reference the issue number in the description.
|
If you are fixing a bug, please reference the issue number in the description.
|
||||||
|
|||||||
Reference in New Issue
Block a user