-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
edit corn's to ´0 */24 * * *´ test new waka readme
- Loading branch information
Showing
2 changed files
with
9 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ name: GitHub-Profile-3D-Contrib | |
|
||
on: | ||
schedule: | ||
- cron: "0 0 * * *" | ||
- cron: "0 */24 * * *" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |