From a0756da5d7cd2b2ee25cc29ff01da7ec1beabc5e Mon Sep 17 00:00:00 2001 From: Marvin Scham <67930021+marvinscham@users.noreply.github.com> Date: Thu, 11 Aug 2022 23:32:55 +0200 Subject: [PATCH] Update Wakatime url --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2321f8a..ee247f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,6 @@ on: schedule: [{cron: "0 4 * * *"}] # Lines below let you run workflow manually and on each commit workflow_dispatch: - push: {branches: ["main"]} jobs: github-metrics: runs-on: ubuntu-latest @@ -44,7 +43,9 @@ jobs: plugin_languages_threshold: 0% plugin_wakatime: yes plugin_wakatime_token: ${{ secrets.WAKA_TOKEN }} - plugin_wakatime_days: 7 + plugin_wakatime_days: 365 plugin_wakatime_sections: time, projects-graphs, languages-graphs, editors + plugin_wakatime_user: .user.login + plugin_wakatime_url: http://waka.xn--schmkerei-37a.de