Update main.yml

This commit is contained in:
2022-02-27 00:54:49 +05:30
committed by GitHub
parent 235182cc67
commit 00907b8269

View File

@@ -5,6 +5,8 @@ on:
schedule: schedule:
# Runs at 12 am '0 0 * * *' UTC # Runs at 12 am '0 0 * * *' UTC
- cron: '1 0 * * *' - cron: '1 0 * * *'
push:
branches: main
jobs: jobs:
update-readme: update-readme:
@@ -13,7 +15,7 @@ jobs:
steps: steps:
# Use avinal/Profile-Readme-WakaTime@<latest-release-tag> for latest stable release # 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 # 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@imrpove
with: with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GITHUB_TOKEN: ${{ github.token }} GITHUB_TOKEN: ${{ github.token }}