mirror of
https://github.com/timmypidashev/timmypidashev.git
synced 2026-06-03 16:24:38 +00:00
Update blank.yml
This commit is contained in:
@@ -3,15 +3,25 @@ name: Waka Readme
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
# Runs at 12am UTC
|
# Runs at 00:00AM UTC
|
||||||
- cron: '0 0 * * *'
|
- cron: '05 0 * * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
name: Update this repo's README
|
name: Update this repo's README
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: athul/waka-readme@master
|
- uses: ApoorvTyagi/waka-readme-stats@master
|
||||||
with:
|
with:
|
||||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
SHOW_TITLE: true
|
GH_TOKEN: ${{ secrets.GH_TOKEN }}
|
||||||
|
SHOW_PROJECTS: "False"
|
||||||
|
SHOW_LINES_OF_CODE: "False"
|
||||||
|
SHOW_LANGUAGE_PER_REPO: "False"
|
||||||
|
SHOW_LANGUAGE: "False"
|
||||||
|
SHOW_SHORT_INFO: "False"
|
||||||
|
SHOW_OS: "False"
|
||||||
|
SHOW_EDITORS: "False"
|
||||||
|
SHOW_TIMEZONE: "False"
|
||||||
|
SHOW_LOC_CHART: "False"
|
||||||
|
SHOW_PROFILE_VIEWS: "False"
|
||||||
|
|||||||
Reference in New Issue
Block a user