Skip to content

Commit

Permalink
Create UPDATE-READMEV2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-Nava committed Sep 15, 2020
1 parent 13a6bc0 commit f65d5c8
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/UPDATE-READMEV2.yml
@@ -0,0 +1,20 @@
name: Update README V2
#
on:
schedule:
- cron: '*/15 * * * *'
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 }}
#
#
#

0 comments on commit f65d5c8

Please sign in to comment.