Files
LucasVbr/.github/workflows/update-readme.yml
T
2021-08-16 15:10:21 +02:00

18 lines
368 B
YAML

name: GitHub - Activity - Readme
on:
schedule:
- cron: '*/30 * * * *'
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
name: Update this repo's README with recent activity
steps:
- uses: actions/checkout@v2
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}