Skip to content

docs(contributor): contrib-readme-action has updated readme #2

docs(contributor): contrib-readme-action has updated readme

docs(contributor): contrib-readme-action has updated readme #2

Workflow file for this run

name: 🎭 Contribute List
on:
push:
branches:
- 'Year*-*'
schedule:
- cron: '0 0 * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 📂 Checkout
uses: actions/checkout@v4
- name: 🎭 Contribute List
uses: akhilmhdh/contributors-readme-action@v2.3.6
env:
GITHUB_TOKEN: ${{ secrets.PAT_TOKEN }}