mirror of
https://github.com/LucasVbr/LucasVbr.git
synced 2026-07-09 14:27:46 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
@@ -2,7 +2,7 @@ name: Update README
|
|||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 12 * * *' # runs at 12:00 UTC everyday
|
- cron: '0 0 * * *' # runs at 12:00 UTC everyday
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@@ -23,10 +23,6 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: execute py script
|
- name: execute py script
|
||||||
env:
|
|
||||||
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
|
|
||||||
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
|
|
||||||
EMAIL_RECIPIENT: ${{ secrets.EMAIL_RECIPIENT }}
|
|
||||||
run: python main.py
|
run: python main.py
|
||||||
|
|
||||||
- name: commit files
|
- name: commit files
|
||||||
|
|||||||
Reference in New Issue
Block a user