mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
Update waka.yml
This commit is contained in:
@@ -3,7 +3,7 @@ name: Waka Readme
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# Runs at 00:00AM UTC
|
# Runs at 12am UTC
|
||||||
- cron: '0 0 * * *'
|
- cron: '0 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -11,10 +11,7 @@ jobs:
|
|||||||
name: Update this repo's README
|
name: Update this repo's README
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: anmol098/waka-readme-stats@master #PLEASE USE MASTER BRANCH
|
- uses: athul/waka-readme@master
|
||||||
with:
|
with:
|
||||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
SHOW_TITLE: true
|
||||||
SHOW_PROJECTS: "False"
|
|
||||||
SHOW_LINES_OF_CODE: "True"
|
|
||||||
LOCALE: "en"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user