Skip to content

Contributors

Contributors #35

Workflow file for this run

name: contributors
run-name: "Contributors"
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: README.md - Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 100
readme_path: README.md
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: README-ZH.md - Contribute List
uses: akhilmhdh/[email protected]
with:
image_size: 100
readme_path: README-ZH.md
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}