add 原创组件设计题:互斥级联表单组件 #103
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
# 监听 master 分支 | |
on: | |
push: | |
branches: | |
- main | |
# action 名称 | |
name: Contributes | |
jobs: | |
# 任务 | |
contrib-readme-en-job: | |
runs-on: ubuntu-latest | |
name: A job to automate contrib in readme | |
steps: | |
- name: Contribute List | |
uses: akhilmhdh/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} |