Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Add contributors

Add contributors #73

Workflow file for this run

name: Add contributors
on:
workflow_dispatch:
schedule:
- cron: "0 0 */1 * *"
# push:
# branches:
# - master
jobs:
contrib-readme-job:
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 }}