parent
7c7192f7e8
commit
8704b9e73b
@ -0,0 +1,18 @@
|
||||
name: Update contributors
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
|
||||
jobs:
|
||||
contrib-readme-job:
|
||||
runs-on: ubuntu-latest
|
||||
name: A job to automate contribute list in contributors2.md
|
||||
steps:
|
||||
- name: Contribute List
|
||||
uses: akhilmhdh/contributors-readme-action@v2.3.6
|
||||
with:
|
||||
readme_path: "contributors2.md"
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
@ -0,0 +1,4 @@
|
||||
## Contributors
|
||||
|
||||
<!-- readme: contributors -start -->
|
||||
<!-- readme: contributors -end -->
|
Loading…
Reference in new issue