fix: remove config for having title above wakatime development metrics only with code fence

This commit is contained in:
Anda Toshiki 2023-03-27 19:53:57 +08:00
parent 66e1d03b9f
commit b168a931e3

View File

@ -3,7 +3,7 @@ name: waka2readme
on: on:
workflow_dispatch: # for manual workflow trigger workflow_dispatch: # for manual workflow trigger
schedule: schedule:
- cron: "0 0 * * *" # runs at every 12AM UTC - cron: '0 0 * * *' # runs at every 12AM UTC
push: push:
jobs: jobs:
@ -14,7 +14,7 @@ jobs:
- uses: toshikidev/waka2readme@master - uses: toshikidev/waka2readme@master
with: with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
SHOW_TITLE: true SHOW_TITLE: false
# following flags are required, only if this is not on # following flags are required, only if this is not on
# profile readme, remove the leading `#` to use them # profile readme, remove the leading `#` to use them
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}