Files
.profile/.github/workflows/waka.yml
T
Workflow config file is invalid. Please check your config file: model.ReadWorkflow: yaml: line 15: mapping values are not allowed in this context
Timothy Pidashev b3f3fd7c5c Update waka.yml
2021-12-26 22:00:42 -08:00

20 lines
433 B
YAML

name: Waka Readme
on:
workflow_dispatch:
schedule:
# Runs every 12 hours utc
- cron: "0 */12 * * *"
jobs:
update-readme:
name: Update this repo's README
runs-on: ubuntu-latest
steps:
- uses: anmol098/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_OS: "False"
SHOW_PROJECTS: "False"