Update waka.yml

This commit is contained in:
Timothy Pidashev
2021-09-01 09:28:02 -07:00
committed by GitHub
parent d836aadca6
commit 29d1d49767
+17 -17
View File
@@ -1,27 +1,27 @@
name: Waka Readme name: WakaTime status update
on: on:
workflow_dispatch:
schedule: schedule:
# Runs at 00:00AM UTC # Runs at 12 am '0 0 * * *' UTC
- cron: '05 0 * * *' - cron: '1 0 * * *'
jobs: jobs:
update-readme: update-readme:
name: Update this repo's README name: Update the WakaTime Stat
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: ApoorvTyagi/waka-readme-stats@master # Use avinal/Profile-Readme-WakaTime@<latest-release-tag> for latest stable release
# Do not change the line below until you have forked this repository
# If you have forked this project you can use <username>/Profile-Readme-WakaTime@master instead
- uses: avinal/Profile-Readme-WakaTime@master
with: with:
# WakaTime API key stored in secrets, do not directly paste it here
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }} # Automatic github token
SHOW_PROJECTS: "False" GITHUB_TOKEN: ${{ github.token }}
SHOW_LINES_OF_CODE: "True" # Branch - newer GitHub repositories have "main" as default branch, change to main in that case, default is master
SHOW_LANGUAGE_PER_REPO: "False" BRANCH: "master"
SHOW_LANGUAGE: "True" # Manual Commit messages - write your own messages here
SHOW_SHORT_INFO: "False" COMMIT_MSG: "Automated Coding Activity Update :alien:"
SHOW_OS: "True"
SHOW_EDITORS: "False"
SHOW_TIMEZONE: "False"
SHOW_LOC_CHART: "False"
SHOW_PROFILE_VIEWS: "True"