Update README - last activity #2657
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Update README - last activity | |
on: | |
schedule: | |
- cron: '* */24 * * *' | |
workflow_dispatch: | |
jobs: | |
build: | |
name: Update this repo README with recent activity | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- uses: jamesgeorge007/github-activity-readme@master | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
COMMIT_MSG: 'Update my activities.' | |
MAX_LINES: 10 | |