Skip to content

Update README

Update README #64932

Workflow file for this run

name: Update README
on:
schedule:
- cron: "*/5 * * * *"
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Readme-Workflows/recent-activity@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
CONFIG_FILE: "./.github/update-readme.config.yml"