Skip to content

Contribute List

Contribute List #2

Workflow file for this run

name: Contribute List
on:
push:
branches:
- main
workflow_dispatch:
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.4
with:
readme_path: 'contributors.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}