From 4afe62ff6773f595288d111146dc7b125d081604 Mon Sep 17 00:00:00 2001 From: Timothy Pidashev Date: Tue, 31 Aug 2021 14:36:07 -0700 Subject: [PATCH] Update blank.yml --- .github/workflows/blank.yml | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/.github/workflows/blank.yml b/.github/workflows/blank.yml index 401e779..c29a810 100644 --- a/.github/workflows/blank.yml +++ b/.github/workflows/blank.yml @@ -3,15 +3,25 @@ name: Waka Readme on: workflow_dispatch: schedule: - # Runs at 12am UTC - - cron: '0 0 * * *' + # Runs at 00:00AM UTC + - cron: '05 0 * * *' jobs: update-readme: name: Update this repo's README runs-on: ubuntu-latest steps: - - uses: athul/waka-readme@master + - uses: ApoorvTyagi/waka-readme-stats@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - SHOW_TITLE: true + GH_TOKEN: ${{ secrets.GH_TOKEN }} + SHOW_PROJECTS: "False" + SHOW_LINES_OF_CODE: "False" + SHOW_LANGUAGE_PER_REPO: "False" + SHOW_LANGUAGE: "False" + SHOW_SHORT_INFO: "False" + SHOW_OS: "False" + SHOW_EDITORS: "False" + SHOW_TIMEZONE: "False" + SHOW_LOC_CHART: "False" + SHOW_PROFILE_VIEWS: "False"