From f8b9bd184c3e69f5a78a9d942479ea5bb4a75f10 Mon Sep 17 00:00:00 2001 From: Fr1nge Date: Sun, 28 Feb 2021 13:39:24 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f52f159..381ebf3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,12 +5,12 @@ on: # Runs at 12am IST - cron: '* */6 * * *' workflow_dispatch: + jobs: update-readme: - name: Update Readme with Metrics + name: Update this repos README runs-on: ubuntu-latest steps: - - uses: anmol098/waka-readme-stats@master + - uses: athul/waka-readme@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} - GH_TOKEN: ${{ secrets.GH_TOKEN }}