Skip to content

How do I get the value of the input box, not the value of messageList #232

How do I get the value of the input box, not the value of messageList

How do I get the value of the input box, not the value of messageList #232

Workflow file for this run

name: Greetings
on: [issues]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Thanks for opening up your first issue!'
pr-message: 'Thanks for sending out your first PR!'