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
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
The text was updated successfully, but these errors were encountered:
That's odd, I think I fixed it in 45a6f95. Let me check
Sorry, something went wrong.
_extract_ignored_languages
653fcb2
Successfully merging a pull request may close this issue.
The text was updated successfully, but these errors were encountered: