Skip to content

Commit 3bed933

Browse files
committed
Fix workflow inputs to use underscores
Signed-off-by: Ryan Hsieh(ryanHwH20) <ryanhsieh20@gmail.com>
1 parent c18ddda commit 3bed933

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/welcome-new-contributors.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
steps:
2020
- uses: actions/first-interaction@v3
2121
with:
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
23-
issue-message: |
22+
repo_token: ${{ secrets.GITHUB_TOKEN }}
23+
issue_message: |
2424
🎉 **Welcome to the Kubeflow Trainer!** 🎉
2525
2626
Thanks for opening your first issue! We're happy to have you as part of our community 🚀
@@ -37,7 +37,7 @@ jobs:
3737
Feel free to ask questions in the comments if you need any help or clarification!
3838
Thanks again for contributing to Kubeflow! 🙏
3939
40-
pr-message: |
40+
pr_message: |
4141
🎉 **Welcome to the Kubeflow Trainer!** 🎉
4242
4343
Thanks for opening your first PR! We're happy to have you as part of our community 🚀

0 commit comments

Comments
 (0)