We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f426d commit d9f642aCopy full SHA for d9f642a
.github/workflows/waka-readme.yml
@@ -0,0 +1,21 @@
1
+name: WakaTime 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: athul/waka-readme@v0.3.1
13
+ with:
14
+ GH_TOKEN: ${{ secrets.GH_TOKEN }}
15
+ WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
16
+ SHOW_TITLE: true
17
+ SHOW_EDITORS: true
18
+ SHOW_OS: true
19
+ SHOW_LANGUAGES: true
20
+ SHOW_TIME: true
21
+ SHOW_TOTAL: true
0 commit comments