Skip to content

Update Readme

Update Readme #2685

Workflow file for this run

name: Update Readme
on:
schedule:
# Runs at 0:00pm UTC
- 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_COMMIT: "False"
SHOW_EDITORS: "False"
SHOW_OS: "False"
SHOW_PROJECTS: "False"
SHOW_LOC_CHART: "False"