Skip to content

Updated contributors list #5

Updated contributors list

Updated contributors list #5

name: Update Contributors in README
on:
push:
branches: ["main","yash/fix-2"]
workflow_dispatch:
jobs:
contrib-readme-job:
runs-on: ubuntu-latest
name: A job to automate contrib in readme
permissions:
contents: write
pull-requests: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Update Contributors List
uses: akhilmhdh/[email protected]
with:
commit_message: "Updated contributors list"
committer_username: "yashksaini-coder"
committer_email: "[email protected]"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}