diff --git a/.github/workflows/wakatime.yml b/.github/workflows/wakatime.yml index d4b24843..02f5c427 100644 --- a/.github/workflows/wakatime.yml +++ b/.github/workflows/wakatime.yml @@ -1,29 +1,23 @@ name: Waka Readme on: + # for manual workflow trigger workflow_dispatch: schedule: - # Runs at 12am UTC - - cron: "0 * * * *" + # runs at 12 AM UTC (5:30 AM IST) + - cron: "0 0 * * *" jobs: update-readme: - name: Update this repo's README + name: WakaReadme DevMetrics 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 }} - COMMIT_BY_ME: "True" - SHOW_OS: "True" - SHOW_LINES_OF_CODE: "True" - SHOW_TOTAL_CODE_TIME: "True" - SHOW_COMMIT: "True" - SHOW_DAYS_OF_WEEK: "True" - SHOW_LANGUAGE: "True" - SHOW_TIMEZONE: "True" - SHOW_EDITORS: "True" - SHOW_LANGUAGE_PER_REPO: "True" - SECTION_NAME: "waka" - SHOW_LOC_CHART: "False" + COMMITTER_NAME: "BRAVO68WEB" + COMMITTER_EMAIL: "41448663+BRAVO68WEB@users.noreply.github.com" + AUTHOR_EMAIL: "41448663+BRAVO68WEB@users.noreply.github.com" + AUTHOR_NAME: "BRAVO68WEB" + COMMIT_MESSAGE: "Updated Readme with Dev Metrics" + GH_TOKEN: ${{ secrets.GH_PAT }} \ No newline at end of file diff --git a/README.md b/README.md index 8d3458ed..5bc20f12 100644 --- a/README.md +++ b/README.md @@ -49,84 +49,6 @@

-![Code Time](http://img.shields.io/badge/Code%20Time-5%2C149%20hrs%2015%20mins-blue) - -![Lines of code](https://img.shields.io/badge/From%20Hello%20World%20I%27ve%20Written-62.9%20million%20lines%20of%20code-blue) - -**🐱 My GitHub Data** - -> 📦 730.3 kB Used in GitHub's Storage - > -> 🏆 1,918 Contributions in the Year 2023 - > -> 💼 Opted to Hire - > -> 📜 205 Public Repositories - > -> 🔑 32 Private Repositories - > -**I'm a Night 🦉** - -```text -🌞 Morning 4312 commits █████░░░░░░░░░░░░░░░░░░░░ 19.26 % -🌆 Daytime 5786 commits ██████░░░░░░░░░░░░░░░░░░░ 25.85 % -🌃 Evening 11027 commits ████████████░░░░░░░░░░░░░ 49.26 % -🌙 Night 1260 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 05.63 % -``` -📅 **I'm Most Productive on Tuesday** - -```text -Monday 3801 commits ████░░░░░░░░░░░░░░░░░░░░░ 16.98 % -Tuesday 11142 commits ████████████░░░░░░░░░░░░░ 49.77 % -Wednesday 1107 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 04.95 % -Thursday 1610 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 07.19 % -Friday 2002 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 08.94 % -Saturday 1478 commits ██░░░░░░░░░░░░░░░░░░░░░░░ 06.60 % -Sunday 1245 commits █░░░░░░░░░░░░░░░░░░░░░░░░ 05.56 % -``` - - -📊 **This Week I Spent My Time On** - -```text -🕑︎ Time Zone: Asia/Kolkata - -💬 Programming Languages: -TypeScript 29 hrs 26 mins ████████████████░░░░░░░░░ 65.42 % -JavaScript 4 hrs 35 mins ███░░░░░░░░░░░░░░░░░░░░░░ 10.20 % -Markdown 3 hrs 12 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 07.14 % -JSON 2 hrs 49 mins ██░░░░░░░░░░░░░░░░░░░░░░░ 06.26 % -Bash 2 hrs 28 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 05.51 % - -🔥 Editors: -VS Code 44 hrs 59 mins █████████████████████████ 100.00 % - -🐱‍💻 Projects: -AniBrag 13 hrs 56 mins ████████░░░░░░░░░░░░░░░░░ 30.99 % -saasden-backend-api 10 hrs 13 mins ██████░░░░░░░░░░░░░░░░░░░ 22.73 % -readme 9 hrs 44 mins █████░░░░░░░░░░░░░░░░░░░░ 21.65 % -saasden-backend 5 hrs 24 mins ███░░░░░░░░░░░░░░░░░░░░░░ 12.04 % -shx 2 hrs 35 mins █░░░░░░░░░░░░░░░░░░░░░░░░ 05.76 % - -💻 Operating System: -Linux 44 hrs 59 mins █████████████████████████ 100.00 % -``` - -**I Mostly Code in JavaScript** - -```text -JavaScript 100 repos ███████████░░░░░░░░░░░░░░ 42.37 % -TypeScript 49 repos █████░░░░░░░░░░░░░░░░░░░░ 20.76 % -Go 3 repos ░░░░░░░░░░░░░░░░░░░░░░░░░ 01.27 % -HCL 2 repos ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.85 % -Dockerfile 2 repos ░░░░░░░░░░░░░░░░░░░░░░░░░ 00.85 % -``` - - - - - Last Updated on 19/07/2023 10:16:56 UTC -

- +

\ No newline at end of file