Skip to content

Commit b00f178

Browse files
committed
Fix actions/first-interaction@v3 inputs
Signed-off-by: Tomas Pereira de Vasconcelos <tomasvasconcelos1@gmail.com>
1 parent 0535bfe commit b00f178

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/greet-new-users.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
steps:
1414
- uses: actions/first-interaction@v3
1515
with:
16-
repo-token: ${{ secrets.GITHUB_TOKEN }}
17-
issue-message: |
16+
repo_token: ${{ secrets.GITHUB_TOKEN }}
17+
issue_message: |
1818
**Thank you for submitting your first issue with us!** 🎉
1919
2020
Our response times may vary, but we'll get back to you as soon as we can!
2121
2222
Welcome aboard! 🚀
23-
pr-message: |
23+
pr_message: |
2424
**Thank you for submitting your first pull request with us!** 🎉
2525
2626
Our response times may vary, but we'll get back to you as soon as we can!

0 commit comments

Comments
 (0)