We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce9c088 commit 2676662Copy full SHA for 2676662
.github/workflows/waka-readme.yml
@@ -0,0 +1,25 @@
1
+name: WakaTime Readme
2
+
3
+on:
4
+ schedule:
5
+ - cron: '0 */12 * * *' # Runs every 12 hours
6
+ workflow_dispatch: # Allows manual trigger
7
8
+jobs:
9
+ update-readme:
10
+ name: Update WakaTime Stats
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - name: Checkout Repository
14
+ uses: actions/checkout@v4
15
16
+ - name: WakaTime Readme
17
+ uses: athul/waka-readme@v3
18
+ with:
19
+ WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
20
+ SHOW_TITLE: true
21
+ BLOCKS: ░▒▓█
22
+ TIME_RANGE: last_7_days
23
+ SHOW_TIME: true
24
+ SHOW_TOTAL: true
25
+ SHOW_MASKED_TIME: false
0 commit comments