Skip to content

Commit 0b04ecf

Browse files
committed
Update README
1 parent f3626f5 commit 0b04ecf

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/wakatimestats.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Waka Readme
2+
3+
on:
4+
workflow_dispatch:
5+
schedule:
6+
# Runs every 2 hours
7+
- cron: "0 */2 * * *"
8+
9+
jobs:
10+
update-readme:
11+
name: Update this repo's README
12+
runs-on: ubuntu-latest
13+
steps:
14+
- uses: athul/waka-readme@master
15+
with:
16+
target_branch: output_wakatime
17+
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}

0 commit comments

Comments
 (0)