update README.md
This commit is contained in:
parent
2052766a71
commit
7f4f085d4a
16
.github/workflows/contributors.yml
vendored
Normal file
16
.github/workflows/contributors.yml
vendored
Normal 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 }}
|
@ -31,7 +31,7 @@
|
||||
|
||||
## 贡献者
|
||||
|
||||
<a href="https://github.com/jxxghp/MoviePilot/graphs/contributors"><img src="https://opencollective.com/MoviePilot/contributors.svg?width=890" /></a>
|
||||
|
||||
|
||||
## 贡献者
|
||||
|
||||
<!-- readme: collaborators,contributors -start -->
|
||||
<!-- readme: collaborators,contributors -end -
|
Loading…
x
Reference in New Issue
Block a user