diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f52f159..381ebf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,12 +5,12 @@ on: # Runs at 12am IST - cron: '* */6 * * *' workflow_dispatch: + jobs: update-readme: - name: Update Readme with Metrics + name: Update this repos README runs-on: ubuntu-latest steps: - - uses: anmol098/waka-readme-stats@master + - uses: athul/waka-readme@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} diff --git a/README.md b/README.md index 4290a99..7adae15 100644 --- a/README.md +++ b/README.md @@ -100,4 +100,11 @@ If you prefer encrypted e-mails, I have a Weekly Coding Stats: +```text +Markdown 2 hrs 43 mins ██████████████████████▓░░ 90.04 % +YAML 8 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 04.42 % +Python 5 mins ▓░░░░░░░░░░░░░░░░░░░░░░░░ 02.78 % +HTML 2 mins ▒░░░░░░░░░░░░░░░░░░░░░░░░ 01.61 % +Java 1 min ▒░░░░░░░░░░░░░░░░░░░░░░░░ 00.75 % +```