mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
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:
parent
c5f9454876
commit
a810ce79cb
1 changed files with 2 additions and 2 deletions
|
|
@ -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! ✨ 💖
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue