fix: correct GitHub Actions workflow parameter names

- Change issue-message to issue_message
- Change pr-message to pr_message
- Fixes "input required and not supplied" error in first-interaction action
This commit is contained in:
Vedant Mahajan 2025-10-10 17:39:55 +05:30
parent c5f9454876
commit a810ce79cb

View file

@ -15,7 +15,7 @@ jobs:
- uses: actions/first-interaction@v3
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: |
issue_message: |
Hello there ${{ github.actor }}! 👋
Thank you and congratulations 🎉 for opening your very first issue in this project! 💖
@ -24,7 +24,7 @@ jobs:
For more open ended discussions and/or specific questions, please visit the [discussions page](https://github.com/johannesjo/super-productivity/discussions). 💖
pr-message: |
pr_message: |
Hello there ${{ github.actor }}! 👋
Thank you and congrats 🎉 for opening your first PR on this project! ✨ 💖