Skip to content

Update README

Update README #21166

Workflow file for this run

name: Update README
on:
workflow_dispatch:
schedule:
- cron: '*/5 * * * *'
jobs:
update-readme:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}