Skip to content

Waka Readme

Waka Readme #810

Workflow file for this run

name: Waka Readme
on:
# for manual workflow trigger
workflow_dispatch:
schedule:
# runs at 12 AM UTC (5:30 AM IST)
- cron: "0 0 * * *"
jobs:
update-readme:
name: WakaReadme DevMetrics
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
SHOW_TITLE: true
TIME_RANGE: all_time
SHOW_TIME: true
SHOW_TOTAL: true
BLOCKS: ->
CODE_LANG: lua
COMMIT_MESSAGE: Updated waka-readme graph with new metrics
LANG_COUNT: 10