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: 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"