From 900274df60e678454d64d0f6980567926e4ec026 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 7 Sep 2021 15:01:52 -0700 Subject: [PATCH] Update waka.yml --- .github/workflows/waka.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/workflows/waka.yml b/.github/workflows/waka.yml index fae8157..3ea0e5d 100644 --- a/.github/workflows/waka.yml +++ b/.github/workflows/waka.yml @@ -1,16 +1,20 @@ name: Waka Readme on: - schedule: - # Runs at 12am IST - - cron: '30 18 * * *' workflow_dispatch: + schedule: + # Runs at 00:00AM UTC + - cron: '0 0 * * *' + jobs: update-readme: - name: Update Readme with Metrics + name: Update this repo's README runs-on: ubuntu-latest steps: - - uses: anmol098/waka-readme-stats@master + - uses: anmol098/waka-readme-stats@master #PLEASE USE MASTER BRANCH with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GH_TOKEN: ${{ secrets.GH_TOKEN }} + SHOW_PROJECTS: "False" + SHOW_LINES_OF_CODE: "True" + LOCALE: "en"