⏱️更新环境变量获取
This commit is contained in:
parent
a645ae32f8
commit
c5f1f50c8d
9
.github/workflows/friend_circle_lite.yml
vendored
9
.github/workflows/friend_circle_lite.yml
vendored
@ -1,4 +1,4 @@
|
|||||||
name: RSS Check
|
name: Friend Circle Lite
|
||||||
|
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
@ -9,7 +9,7 @@ env:
|
|||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
friend-circle_lite:
|
friend-circle-lite:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -27,7 +27,10 @@ jobs:
|
|||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
|
|
||||||
- name: Check RSS feeds
|
- name: Check RSS feeds
|
||||||
run: python run.py
|
env:
|
||||||
|
SMTP_PWD: ${{ secrets.SMTP_PWD }}
|
||||||
|
run: |
|
||||||
|
python run.py
|
||||||
|
|
||||||
- name: git config
|
- name: git config
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user