Skip to content

Update GitHub Activity #33947

Update GitHub Activity

Update GitHub Activity #33947

Workflow file for this run

name: Update GitHub Activity
on:
schedule:
# Runs every 12 hours
- cron: '0 */12 * * *'
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 }}
with:
COMMIT_MSG: 'Update GitHub activity'