This commit is contained in:
jxxghp
2024-06-13 11:31:44 +08:00
parent 7f4f085d4a
commit d8fe8b28e8
2 changed files with 3 additions and 33 deletions

View File

@ -1,16 +0,0 @@
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 }}