From 6531078c34aabb5395dd94c50b22fcf6bd43f777 Mon Sep 17 00:00:00 2001 From: Fr1nge Date: Sat, 27 Feb 2021 21:59:42 +0300 Subject: [PATCH] Delete main.yml --- .github/workflows/main.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .github/workflows/main.yml diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml deleted file mode 100644 index f52f159..0000000 --- a/.github/workflows/main.yml +++ /dev/null @@ -1,16 +0,0 @@ -name: Waka Readme - -on: - schedule: - # Runs at 12am IST - - cron: '* */6 * * *' - workflow_dispatch: -jobs: - update-readme: - name: Update Readme with Metrics - runs-on: ubuntu-latest - steps: - - uses: anmol098/waka-readme-stats@master - with: - WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - GH_TOKEN: ${{ secrets.GH_TOKEN }}