From 04f53e48bdf0b8c93beb36fdfd6b85eae96a022a Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Sat, 18 Sep 2021 21:14:08 -0700 Subject: [PATCH] Update waka.yml --- .github/workflows/waka.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/waka.yml b/.github/workflows/waka.yml index 3ea0e5d..401e779 100644 --- a/.github/workflows/waka.yml +++ b/.github/workflows/waka.yml @@ -3,7 +3,7 @@ name: Waka Readme on: workflow_dispatch: schedule: - # Runs at 00:00AM UTC + # Runs at 12am UTC - cron: '0 0 * * *' jobs: @@ -11,10 +11,7 @@ jobs: name: Update this repo's README runs-on: ubuntu-latest steps: - - uses: anmol098/waka-readme-stats@master #PLEASE USE MASTER BRANCH + - uses: athul/waka-readme@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - GH_TOKEN: ${{ secrets.GH_TOKEN }} - SHOW_PROJECTS: "False" - SHOW_LINES_OF_CODE: "True" - LOCALE: "en" + SHOW_TITLE: true