mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
22 lines
502 B
YAML
22 lines
502 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: "True"
|
|
SHOW_PROJECTS: "False"
|
|
SHOW_LINES_OF_CODE: "True"
|
|
SHOW_SHORT_INFO: "False"
|