Skip to content

Commit 8637d55

Browse files
authored
Create read-me.yml
1 parent 7ccb24c commit 8637d55

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/read-me.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Update README
2+
3+
on:
4+
schedule:
5+
- cron: '*/30 * * * *'
6+
workflow_dispatch:
7+
8+
jobs:
9+
build:
10+
runs-on: ubuntu-latest
11+
name: Update this repo's README with recent activity
12+
13+
steps:
14+
- uses: actions/checkout@v2
15+
- uses: sevicode/github-activity-readme@master
16+
env:
17+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)