Skip to content

IGNORED_LANGUAGES Option is not working #167

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

Closed
urdekcah opened this issue Sep 26, 2024 · 0 comments · Fixed by #168
Closed

IGNORED_LANGUAGES Option is not working #167

urdekcah opened this issue Sep 26, 2024 · 0 comments · Fixed by #168
Labels
bug Something isn't working confirmed Bug is confirmed

Comments

@urdekcah
Copy link

name: ОБНОВЛЕНИЕ СТАТИСТИКИ WAKATIME

on:
  workflow_dispatch:
  schedule:
    # Этот workflow будет запускаться КАЖДЫЙ ЧАС
    - cron: "0 */1 * * *"

jobs:
  update-readme:
    name: urdekcah
    runs-on: ubuntu-latest
    steps:
      - uses: athul/waka-readme@master
        with:
          WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
          TIME_RANGE: all_time
          SHOW_TOTAL: true
          IGNORED_LANGUAGES: YAML JSON TOML MARKDOWN GIT
          COMMIT_MESSAGE: Обновлен файл readme с новыми метриками графика wakatime

I apologize for creating an issue with the same content as issue #166, but I tried to use IGNORED_LANGUAGES to remove certain languages from the table, but it doesn't seem to work as expected.
image

@yozachar yozachar added bug Something isn't working confirmed Bug is confirmed labels Oct 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 confirmed Bug is confirmed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants