Skip to content

fix #19 修复文本变动时,尾部描述位置偏差 #23

fix #19 修复文本变动时,尾部描述位置偏差

fix #19 修复文本变动时,尾部描述位置偏差 #23

# 监听 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 }}