Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Update Contributors in README #39

Update Contributors in README

Update Contributors in README #39

name: Update Contributors in README
on:
schedule:
- cron: '0 15 * * *'
jobs:
update-readme:
name: Update the README
runs-on: ubuntu-latest
steps:
- name: Update the list of contributors
uses: akhilmhdh/[email protected]
with:
use_username: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}