Open
Description
Describe the bug
the values of show_updated_time and show_code_time are not working
To Reproduce
Steps to reproduce the behavior:
- add SHOW_UPDATED_DATE and SHOW_CODE_TIME to yml
- push on repo
- See error:
Expected behavior
i want to turn SHOW_UPDATED_DATE to False but continues showing and SHOW_CODE_TIME for show but isn't working too
Github repository link
https://github.com/gabriel-batistuta/gabriel-batistuta
my yml file:
name: Waka Readme
on:
schedule:
# Runs at 12am IST
- cron: '30 18 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- name: Profile Readme Development Stats
uses: anmol098/waka-readme-stats@v4
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_PROFILE_VIEWS: "True"
SHOW_LINES_OF_CODE: "True"
SHOW_CODE_TIME: "True"
SHOW_COMMIT: "False"
SHOW_DAYS_OF_WEEK: "False"
SHOW_LANGUAGE: "False"
SHOW_OS: "False"
SHOW_PROJECTS: "False"
SHOW_TIMEZONE: "False"
SHOW_EDITORS: "False"
SHOW_LANGUAGE_PER_REPO: "False"
SHOW_SHORT_INFO: "False"
SHOW_LOC_CHART: "False"
SHOW_UPDATED_DATE: "False"