We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4af11c commit ee362b4Copy full SHA for ee362b4
.github/workflows/waka.yaml
@@ -0,0 +1,17 @@
1
+name: WakaTime Readme Stats
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 0 * * *' # Runs every day at midnight UTC
6
+ workflow_dispatch:
7
8
+jobs:
9
+ update-readme:
10
+ runs-on: ubuntu-latest
11
+ steps:
12
+ - uses: anmol098/waka-readme-stats@master
13
+ with:
14
+ WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
15
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
16
+ SHOW_OS: "True"
17
+ SHOW_EDITORS: "True"
0 commit comments