We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug the values of show_updated_time and show_code_time are not working
To Reproduce Steps to reproduce the behavior:
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"
The text was updated successfully, but these errors were encountered:
anmol098
No branches or pull requests
Describe the bug
the values of show_updated_time and show_code_time are not working
To Reproduce
Steps to reproduce the behavior:
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:
The text was updated successfully, but these errors were encountered: