Skip to content

refactor: 💡 Test additional configurations #2

refactor: 💡 Test additional configurations

refactor: 💡 Test additional configurations #2

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: Contribute 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 }}