fix: remove config for having title above wakatime development metrics only with code fence
This commit is contained in:
parent
66e1d03b9f
commit
b168a931e3
6
.github/workflows/waka.yml
vendored
6
.github/workflows/waka.yml
vendored
@ -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,8 +14,8 @@ 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 }}
|
||||||
#REPOSITORY: <gh_username/gh_username>
|
#REPOSITORY: <gh_username/gh_username>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user