Update main.yml

This commit is contained in:
2022-02-27 00:57:16 +05:30
committed by GitHub
parent 83391de85c
commit 172f0ce4c5

View File

@@ -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@<latest-release-tag> 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 }}