Update main.yml
This commit is contained in:
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@@ -5,8 +5,6 @@ on:
|
|||||||
schedule:
|
schedule:
|
||||||
# Runs at 12 am '0 0 * * *' UTC
|
# Runs at 12 am '0 0 * * *' UTC
|
||||||
- cron: '1 0 * * *'
|
- cron: '1 0 * * *'
|
||||||
push:
|
|
||||||
branches: main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
update-readme:
|
update-readme:
|
||||||
@@ -20,3 +18,4 @@ jobs:
|
|||||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
GITHUB_TOKEN: ${{ github.token }}
|
GITHUB_TOKEN: ${{ github.token }}
|
||||||
BRANCH: "main"
|
BRANCH: "main"
|
||||||
|
COMMIT_MSG: "Hey, This is the Way, towards Me :blush:"
|
||||||
|
|||||||
Reference in New Issue
Block a user