From 9cb0697df0aeb2b34a7fa41c0957b76764cdd8a6 Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Sun, 7 Aug 2022 13:28:40 +0530 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 609481f..3dfc3cd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -14,7 +14,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@fix-secrets + - uses: avinal/Profile-Readme-WakaTime@master with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GITHUB_TOKEN: ${{ github.token }}