Skip to content

GitHub Recent Activity #29540

GitHub Recent Activity

GitHub Recent Activity #29540

name: GitHub Recent Activity
on:
schedule:
- cron: '*/15 * * * *'
workflow_dispatch:
jobs:
Update-Activity:
runs-on: ubuntu-latest
name: Update sagat79 repo's README with recent activity
steps:
- uses: actions/checkout@v3
- uses: jamesgeorge007/github-activity-readme@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
COMMIT_MSG: 'Update this repos README with recent activity'
MAX_LINES: 5