Skip to content
New issue

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

BUG show_updated_time and show_code_time is unexpected #505

Open
gabriel-batistuta opened this issue Jun 5, 2024 · 0 comments
Open

BUG show_updated_time and show_code_time is unexpected #505

gabriel-batistuta opened this issue Jun 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@gabriel-batistuta
Copy link

Describe the bug
the values of show_updated_time and show_code_time are not working

To Reproduce
Steps to reproduce the behavior:

  1. add SHOW_UPDATED_DATE and SHOW_CODE_TIME to yml
  2. push on repo
  3. See error:

Captura de tela de 2024-06-05 15-23-10

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"
@gabriel-batistuta gabriel-batistuta added the bug Something isn't working label Jun 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants