[Table]:树形table,当rowKey 参数传入一个函数时, 选择行-结果不正确。 #1370
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 ! 🙂' |