From 1b4646cd1d7c59718556fdd1aee65b354065ac18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Sun, 9 Apr 2023 07:24:44 -0700 Subject: [PATCH] Delete wakatime.yml --- .github/workflows/wakatime.yml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .github/workflows/wakatime.yml diff --git a/.github/workflows/wakatime.yml b/.github/workflows/wakatime.yml deleted file mode 100644 index 2a66321..0000000 --- a/.github/workflows/wakatime.yml +++ /dev/null @@ -1,19 +0,0 @@ -name: Wakatime - -on: - workflow_dispatch: # for manual workflow trigger - schedule: - - cron: '0 8 * * *' # runs at every 8AM UTC - -jobs: - wakatime: - name: Wakatime - runs-on: ubuntu-latest - steps: - - uses: athul/waka-readme@master - with: - WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - COMMIT_MESSAGE: 'Updated wakatime stats.' - TIME_RANGE: all_time - SHOW_TOTAL: true - SHOW_MASKED_TIME: true \ No newline at end of file