Skip to content

Merge branch 'raunakghost99-main' into main #27

Merge branch 'raunakghost99-main' into main

Merge branch 'raunakghost99-main' into main #27

Workflow file for this run

name: Contributors List
on:
workflow_dispatch:
push:
branches:
- main
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]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}