From b168a931e3a9aa41a6b7ecb0c8f3f13b704b8dc6 Mon Sep 17 00:00:00 2001 From: andatoshiki Date: Mon, 27 Mar 2023 19:53:57 +0800 Subject: [PATCH] fix: remove config for having title above wakatime development metrics only with code fence --- .github/workflows/waka.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/waka.yml b/.github/workflows/waka.yml index e93781a..d9f128a 100644 --- a/.github/workflows/waka.yml +++ b/.github/workflows/waka.yml @@ -3,7 +3,7 @@ name: waka2readme on: workflow_dispatch: # for manual workflow trigger schedule: - - cron: "0 0 * * *" # runs at every 12AM UTC + - cron: '0 0 * * *' # runs at every 12AM UTC push: jobs: @@ -14,8 +14,8 @@ jobs: - uses: toshikidev/waka2readme@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - SHOW_TITLE: true + SHOW_TITLE: false # following flags are required, only if this is not on # profile readme, remove the leading `#` to use them GH_TOKEN: ${{ secrets.GH_TOKEN }} - #REPOSITORY: \ No newline at end of file + #REPOSITORY: