|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
name: Update contributors
|
|
|
|
|
name: Update contributors2
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
|
push:
|
|
|
|
@ -8,11 +8,11 @@ on:
|
|
|
|
|
jobs:
|
|
|
|
|
contrib-readme-job:
|
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
|
name: A job to automate contribute list in contributors2.md
|
|
|
|
|
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"
|
|
|
|
|
readme_path: "CONTRIBUTORS2.md"
|
|
|
|
|
env:
|
|
|
|
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
|