We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f152b5 commit da78efeCopy full SHA for da78efe
.github/workflows/update-readme.yml
@@ -0,0 +1,16 @@
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
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ - uses: jamesgeorge007/github-activity-readme@master
15
+ env:
16
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
README.md
@@ -72,6 +72,10 @@
72
73
[](https://git.io/streak-stats)
74
75
76
+<h1 style="margin-top:20px;">Github Activities ⚡</h1>
77
+<!--START_SECTION:activity-->
78
79
<h1 style="margin-top:20px;">Github Stats 📊</h1>
80
<details>
81
<summary>💻 GitHub Profile Stats</summary>
0 commit comments