We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 162663d + d5cb4b7 commit dece238Copy full SHA for dece238
1 file changed
.github/workflows/activity.yml
@@ -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: jamesgeorge007/github-activity-readme@master
16
+ env:
17
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments