Skip to content

Update stats

Update stats #415

Workflow file for this run

name: Update stats
on:
workflow_dispatch:
schedule:
# Runs at 12:00 UTC every day.
- cron: '0 12 * * *'
jobs:
update-readme:
name: Update this repo's README
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_SHORT_INFO: "True"
SHOW_LINES_OF_CODE: "True"
SHOW_PROFILE_VIEWS: "False"
SHOW_DAYS_OF_WEEK: "True"
SHOW_PROJECTS: "False"
SHOW_COMMIT: "True"
SHOW_LANGUAGE: "True"
SHOW_TIMEZONE: "True"
SHOW_LANGUAGE_PER_REPO: "True"
SHOW_LOC_CHART: "False"