WakaTime status update #340
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: WakaTime status update | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: "1 0 * * *" | |
jobs: | |
update-readme: | |
name: Update the WakaTime Stat | |
runs-on: ubuntu-latest | |
steps: | |
- uses: Micoder-dev/Profile-Readme-WakaTime@master | |
with: | |
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} | |
GITHUB_TOKEN: ${{ github.token }} | |
BRANCH: "main" | |
COMMIT_MSG: "Automated Coding Activity Update :alien:" | |
STATS_RANGE: "last_7_days" |