From 172f0ce4c5e7a7c9d3d36b4f87c420636b02c827 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Sun, 27 Feb 2022 00:57:16 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 26c9c7a..d1580fb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,8 +5,6 @@ on: schedule: # Runs at 12 am '0 0 * * *' UTC - cron: '1 0 * * *' - push: - branches: main jobs: update-readme: @@ -15,7 +13,7 @@ jobs: steps: # Use avinal/Profile-Readme-WakaTime@ for latest stable release # Do not change the line below except the word master with tag number maybe - - uses: avinal/Profile-Readme-WakaTime@imrpove + - uses: avinal/Profile-Readme-WakaTime@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GITHUB_TOKEN: ${{ github.token }}