Update blank.yml

This commit is contained in:
Timothy Pidashev
2021-08-31 14:36:07 -07:00
committed by GitHub
parent f35cefdfdf
commit 4afe62ff67
+14 -4
View File
@@ -3,15 +3,25 @@ name: Waka Readme
on:
workflow_dispatch:
schedule:
# Runs at 12am UTC
- cron: '0 0 * * *'
# Runs at 00:00AM UTC
- cron: '05 0 * * *'
jobs:
update-readme:
name: Update this repo's README
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
- uses: ApoorvTyagi/waka-readme-stats@master
with:
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"