Skip to content

Updated with Dev Metrics #11102

Updated with Dev Metrics

Updated with Dev Metrics #11102

Workflow file for this run

name: Generate Waka Time Readme
on:
push:
schedule:
# Runs at 12am PST
- cron: '00 08 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: anmol098/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_LANGUAGE: "False"
SHOW_OS: "False"
SHOW_TIMEZONE: "False"
SHOW_LANGUAGE_PER_REPO: "False"
SHOW_SHORT_INFO: "False"
SYMBOL_VERSION: "2"