You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: ОБНОВЛЕНИЕ СТАТИСТИКИ WAKATIMEon:
workflow_dispatch:
schedule:
# Этот workflow будет запускаться КАЖДЫЙ ЧАС
- cron: "0 */1 * * *"jobs:
update-readme:
name: urdekcahruns-on: ubuntu-lateststeps:
- uses: athul/waka-readme@masterwith:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}TIME_RANGE: all_timeSHOW_TOTAL: trueIGNORED_LANGUAGES: YAML JSON TOML MARKDOWN GITCOMMIT_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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: