Skip to content

Contribute List

Contribute List #1

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/[email protected]
with:
readme_path: 'contributors.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}