✨ 增加贡献者
This commit is contained in:
14
.github/workflows/main.yml
vendored
Normal file
14
.github/workflows/main.yml
vendored
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
contrib-readme-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.GITHUB_TOKEN }}
|
||||||
@@ -108,9 +108,8 @@ npm run build
|
|||||||
|
|
||||||
## 贡献者
|
## 贡献者
|
||||||
|
|
||||||
<a href="https://github.com/tw93/pake/graphs/contributors">
|
<!-- readme: contributors -start -->
|
||||||
<img src="https://contrib.rocks/image?repo=tw93/pake" />
|
<!-- readme: contributors -end -->
|
||||||
</a>
|
|
||||||
|
|
||||||
## 支持
|
## 支持
|
||||||
|
|
||||||
|
|||||||
@@ -108,9 +108,8 @@ npm run build
|
|||||||
|
|
||||||
## Contributors
|
## Contributors
|
||||||
|
|
||||||
<a href="https://github.com/tw93/pake/graphs/contributors">
|
<!-- readme: collaborators,contributors -start -->
|
||||||
<img src="https://contrib.rocks/image?repo=tw93/pake" />
|
<!-- readme: collaborators,contributors -end -->
|
||||||
</a>
|
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user