Skip to content

Update README.md

Update README.md #72

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
schedule:
- cron: '0 0 * * *'
jobs:
contrib-readme-job:
permissions: write-all
runs-on: ubuntu-latest
name: A job to automate contrib in readme
steps:
- name: Contribute List
uses: akhilmhdh/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}