-
Notifications
You must be signed in to change notification settings - Fork 0
36 lines (34 loc) · 977 Bytes
/
waka-readme.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: Waka Readme
on:
workflow_dispatch:
schedule:
- cron: "0 */24 * * *"
jobs:
update-readme:
name: WakaReadme DevMetrics
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
with:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
# meta
API_BASE_URL: https://wakatime.com/api
# REPOSITORY: dev-mb/Dev-MB
# content
SHOW_TITLE: true
SECTION_NAME: waka
BLOCKS: ⣀⣄⣤⣦⣶⣷⣿
CODE_LANG: all_time
TIME_RANGE: true
LANG_COUNT: 10
SHOW_TIME: true
SHOW_TOTAL: true
SHOW_MASKED_TIME: false
STOP_AT_OTHER: true
# commit
COMMIT_MESSAGE: waka generated
TARGET_BRANCH: master
TARGET_PATH: README.md
COMMITTER_NAME: github-actions
COMMITTER_EMAIL: github-actions@github.org