Skip to content

Commit

Permalink
👀🛠️
Browse files Browse the repository at this point in the history
edit corn's to ´0 */24 * * *´
test new waka readme
  • Loading branch information
dev-mb committed Jul 31, 2023
1 parent 75df8de commit 9783855
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 30 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/profile-3d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: GitHub-Profile-3D-Contrib

on:
schedule:
- cron: "0 0 * * *"
- cron: "0 */24 * * *"
workflow_dispatch:

jobs:
Expand All @@ -20,5 +20,5 @@ jobs:
git config user.name github-actions
git config user.email [email protected]
git add -A .
git commit -m "generated"
git commit -m "3d-stats generated"
git push
35 changes: 7 additions & 28 deletions .github/workflows/waka-readme.yml
Original file line number Diff line number Diff line change
@@ -1,38 +1,17 @@
name: Waka Readme

on:
workflow_dispatch:
schedule:
# Runs at 12am UTC
- cron: "0 0 * * *"

# Runs at 12am IST
- cron: '0 */24 * * *'
workflow_dispatch:
jobs:
update-readme:
name: WakaReadme DevMetrics
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
- uses: anmol098/waka-readme-stats@master
with:
# GH_TOKEN: ${{ secrets.GH_TOKEN }}
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
# meta
API_BASE_URL: https://wakatime.com/api
# REPOSITORY: dev-mb/Dev-MB
# content
SHOW_TITLE: true
SECTION_NAME: waka
BLOCKS: ░▒▓█
CODE_LANG: all_time
TIME_RANGE: true
LANG_COUNT: 10
SHOW_TIME: true
SHOW_TOTAL: true
SHOW_MASKED_TIME: false
STOP_AT_OTHER: true
# commit
COMMIT_MESSAGE: 🆗 waka-readme
TARGET_BRANCH: master
TARGET_PATH: README.md
COMMITTER_NAME: GitHubActionBot
COMMITTER_EMAIL: [email protected]
AUTHOR_NAME: WakaTime-API-ACTION
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_OS: "False"

0 comments on commit 9783855

Please sign in to comment.