From cdd0b1ca878c40c5a238ab728a76b9db8a1686ef Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Sun, 4 Dec 2022 00:25:57 +0800 Subject: [PATCH] chore: remove flags on tweaks --- .github/workflows/waka-readme.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/waka-readme.yml b/.github/workflows/waka-readme.yml index f6cd892..762af11 100644 --- a/.github/workflows/waka-readme.yml +++ b/.github/workflows/waka-readme.yml @@ -14,10 +14,10 @@ jobs: - uses: athul/waka-readme@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - SHOW_TITLE: true - BLOCKS: ░▒▓█ - TIME_RANGE: all_time - SHOW_TIME: true + # SHOW_TITLE: true + # BLOCKS: ░▒▓█ + # TIME_RANGE: all_time + # SHOW_TIME: true # following flags are required, only if this is not on # profile readme, remove the leading `#` to use them #GH_TOKEN: ${{ secrets.GH_TOKEN }}