Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 569 Bytes

wakatime.md

File metadata and controls

21 lines (19 loc) · 569 Bytes

on: schedule: # Runs at 12am IST - cron: '30 18 * * *'

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 }}

      - uses: anmol098/waka-readme-stats@master
    with:
      WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
      GH_TOKEN: ${{ secrets.GH_TOKEN }}
      SHOW_OS: "True"
      SHOW_PROJECTS: "True"