File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
2121 with :
2222 node-version : 10.x
2323 - name : npm install
24- if : env.DSJ_HEADERS
2524 run : |
2625 npm install
2726 - name : ' 运行 【电视家】'
27+ if : env.DSJ_HEADERS
2828 run : |
2929 node Task/dianshijia.js
3030 env :
Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020 with :
2121 node-version : 10.x
2222 - name : npm install
23- if : env.JD_COOKIE
2423 run : |
2524 npm install
2625 - name : ' 运行 【京喜】'
26+ if : env.JD_COOKIE
2727 run : |
2828 node Task/jingxi.js
2929 env :
Original file line number Diff line number Diff line change @@ -22,10 +22,11 @@ jobs:
2222 with :
2323 node-version : 10.x
2424 - name : npm install
25- if : env.MIDU_COOKIE
25+
2626 run : |
2727 npm install
2828 - name : ' 运行 【米读自动阅读】'
29+ if : env.MIDU_COOKIE
2930 run : |
3031 node Task/midu_Read.js
3132 env :
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
2828 with :
2929 node-version : 10.x
3030 - name : npm install
31- if : env.TXNEWS_COOKIE
3231 run : |
3332 npm install
3433 - name : ' 运行 【腾讯新闻】'
34+ if : env.TXNEWS_COOKIE
3535 run : |
3636 node Task/txnews.js
3737 env :
Original file line number Diff line number Diff line change 2525 run : |
2626 npm install
2727 - name : ' 运行 【新浪微博】'
28+ if : env.WB_TOKEN
2829 run : |
2930 node Task/weibo.js
3031 env :
Original file line number Diff line number Diff line change 3030 run : |
3131 npm install
3232 - name : ' 运行 【中青看点】'
33+ if : env.YOUTH_HEADER
3334 run : |
3435 node Task/youth.js
3536 env :
You can’t perform that action at this time.
0 commit comments