Skip to content

Waka Readme

Waka Readme #554

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 # this action name
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
# content settings
TIME_RANGE: all_time # optional
LANG_COUNT: 5 # optional
SHOW_TIME: true # optional
SHOW_TOTAL: true # optional
STOP_AT_OTHER: true # optional
SHOW_OS: 'True' # optional
SHOW_LINES_OF_CODE: 'True' # optional