Waka Readme #1597
This file contains 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: Waka Readme | |
on: | |
workflow_dispatch: | |
schedule: | |
# Runs at 12am UTC | |
- cron: '0 0 * * *' | |
jobs: | |
update-readme: | |
name: Update this repo's README | |
runs-on: ubuntu-latest | |
steps: | |
# - uses: athul/waka-readme@master | |
- uses: avinal/Profile-Readme-WakaTime@master | |
with: | |
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} | |
GITHUB_TOKEN: ${{ github.token }} | |
# Branch - newer GitHub repositories have "main" as default branch, change to main in that case, default is master | |
BRANCH: "master" | |
# Manual Commit messages - write your own messages here | |
COMMIT_MSG: "Automated Coding Activity Update :alien:" |