File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change 1+ name : WakaTime on Readme
2+ on :
3+ workflow_dispatch :
4+ schedule :
5+ - cron : " 30 0 * * *"
6+ jobs :
7+ update-readme :
8+ name : WakaReadme DevMetrics
9+ runs-on : ubuntu-latest
10+ steps :
11+ - uses : athul/waka-readme@master
12+ with :
13+ WAKATIME_API_KEY : ${{ secrets.WAKATIME_API_KEY }}
14+ BLOCKS : ⣀⣄⣤⣦⣶⣷⣿
15+ TIME_RANGE : all_time
16+ SHOW_TIME : true
17+ SHOW_TOTAL : true
18+ SHOW_MASKED_TIME : true
Original file line number Diff line number Diff line change @@ -127,8 +127,10 @@ My name is Pulkit. I'm a undergraduate from 🇮🇳 [
132134<br />
133135
134136------------
You can’t perform that action at this time.
0 commit comments