update README.md

This commit is contained in:
jxxghp
2024-06-13 11:27:20 +08:00
parent 2052766a71
commit 7f4f085d4a
2 changed files with 19 additions and 3 deletions

16
.github/workflows/contributors.yml vendored Normal file
View File

@ -0,0 +1,16 @@
on:
push:
branches:
- main
name: Generate a list of contributors
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.4
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}