Skip to content

The IGNORED_LANGUAGES argument does not work #166

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
mengxi-ream opened this issue Sep 14, 2024 · 1 comment · Fixed by #168
Closed

The IGNORED_LANGUAGES argument does not work #166

mengxi-ream opened this issue Sep 14, 2024 · 1 comment · Fixed by #168
Labels
bug Something isn't working confirmed Bug is confirmed

Comments

@mengxi-ream
Copy link

name: Waka Readme

on:
  # for manual workflow trigger
  workflow_dispatch:
  schedule:
    # runs at 6 AM Vancouver time (13:00 UTC)
    - cron: "0 13 * * *"

jobs:
  update-readme:
    name: WakaReadme DevMetrics
    runs-on: ubuntu-latest
    steps:
      # this action name
      - uses: athul/waka-readme@master # do NOT replace with anything else
        with:
          WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} # required
          ### content
          SHOW_TITLE: true # optional
          SECTION_NAME: waka # optional
          SHOW_TIME: true # optional
          SHOW_TOTAL: true # optional
          SHOW_MASKED_TIME: true # optional
          STOP_AT_OTHER: true # optional
          IGNORED_LANGUAGES: YAML JSON TOML Markdown MDX # optional
          TIME_RANGE: last_30_days # optional
          ### commit
          AUTHOR_NAME: MengXi # optional
          # you can populate email-id with secrets instead
@yozachar
Copy link
Collaborator

That's odd, I think I fixed it in 45a6f95. Let me check

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