[Checkbox.Group]:checkbox.group jsx 和options 两种渲染下 onchange 回调值不一致 #1364
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Greetings | |
on: [issues] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Say Hello | |
uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Hey, thank you for opening your first Issue ! 🙂' |