chore: remove flags on tweaks

This commit is contained in:
andatoshiki 2022-12-04 00:25:57 +08:00
parent 9f9774baa9
commit cdd0b1ca87

View File

@ -14,10 +14,10 @@ jobs:
- uses: athul/waka-readme@master - uses: athul/waka-readme@master
with: with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
SHOW_TITLE: true # SHOW_TITLE: true
BLOCKS: ░▒▓█ # BLOCKS: ░▒▓█
TIME_RANGE: all_time # TIME_RANGE: all_time
SHOW_TIME: true # SHOW_TIME: true
# 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 }}