Skip to content

🔧 chore(Makefile): 更新版本获取逻辑。 #185

🔧 chore(Makefile): 更新版本获取逻辑。

🔧 chore(Makefile): 更新版本获取逻辑。 #185

name: Generate a list of contributors
on:
push:
branches:
- main
jobs:
contrib-readme-en-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}