From bbd06fe526411b2fcc02ea743ef069781ad897ba Mon Sep 17 00:00:00 2001 From: Avinal Kumar Date: Tue, 1 Feb 2022 02:49:06 +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 0f5c528..f9b15dd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,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@v3.0 + - uses: 'avinal/Profile-Readme-WakaTime@v3.0' with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GITHUB_TOKEN: ${{ github.token }}