Skip to content

Waka Readme

Waka Readme #40

Workflow file for this run

name: Waka Readme
on:
schedule:
# Runs at 12am IST (6:30 PM UTC)
- cron: '30 18 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Checkout repository
uses: actions/checkout@v4
with:
ref: main
- name: Update Readme with Metrics
uses: ./
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_OS: "True"
SHOW_PROJECTS: "True"
SHOW_EDITORS: "True"
SHOW_TIMEZONE: "True"
SHOW_COMMIT: "True"
SHOW_LANGUAGE: "True"
SHOW_LINES_OF_CODE: "False"
SHOW_LANGUAGE_PER_REPO: "True"
SHOW_LOC_CHART: "False"
SHOW_DAYS_OF_WEEK: "True"
SHOW_PROFILE_VIEWS: "False"
SHOW_SHORT_INFO: "False"
SHOW_UPDATED_DATE: "False"
SHOW_TOTAL_CODE_TIME: "False"