1
0

test: use waka

This commit is contained in:
2024-01-09 17:43:00 +08:00
parent 851542a61a
commit efbc4d41cd
2 changed files with 21 additions and 1 deletions

View File

@@ -0,0 +1,17 @@
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 }}