变更发布信息 #31
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: | |
- master | |
- 210 | |
# action 名称 | |
name: Auto add contributor | |
jobs: | |
# 任务 | |
contrib-readme-en-job: | |
runs-on: ubuntu-latest | |
name: A job to auto add contributor in readme | |
steps: | |
- name: Contribute List | |
uses: akhilmhdh/[email protected] | |
env: | |
GITHUB_TOKEN: ${{ secrets.CONTRIBUTORS_TOKEN }} | |