Added GitHub Activity workflow

This commit is contained in:
Puranjay Savar Mattas
2020-12-22 15:22:01 +05:30
parent aa1f88b8bf
commit 2121351cc6
2 changed files with 21 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
name: Update 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 }}
with:
COMMIT_MSG: 'Added recent activity on GitHub'
MAX_LINES: 10