File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11
2- name : dianshijia
2+ name : 电视家
33
44on :
55 workflow_dispatch :
@@ -15,17 +15,21 @@ jobs:
1515 DSJ_HEADERS : ${{ secrets.DSJ_HEADERS }}
1616 DSJ_DRAWAL : ${{ secrets.DSJ_DRAWAL }}
1717 steps :
18- - uses : actions/checkout@v1
18+ - name : Checkout
19+ run : |
20+ git clone https://github.com/Sunert/Scripts.git ~/Scripts
1921 - name : Use Node.js 12.x
2022 uses : actions/setup-node@v1
2123 with :
2224 node-version : 12.x
2325 - name : npm install
2426 run : |
27+ cd ~/Scripts
2528 npm install
2629 - name : ' 运行 【电视家】'
2730 if : env.DSJ_HEADERS
2831 run : |
32+ cd ~/Scripts
2933 node Task/dianshijia.js
3034 env :
3135 DSJ_NOTIFY_CONTROL : ${{ secrets.DSJ_NOTIFY_CONTROL }}
Original file line number Diff line number Diff line change @@ -21,10 +21,12 @@ jobs:
2121 node-version : 12.x
2222 - name : npm install
2323 run : |
24+ cd ~/Scripts
2425 npm install
2526 - name : ' 运行 【京东星店长】'
2627 if : env.JD_COOKIE
2728 run : |
29+ cd ~/Scripts
2830 node Task/jd_starStore.js
2931 env :
3032 PUSH_KEY : ${{ secrets.PUSH_KEY }}
Original file line number Diff line number Diff line change 11
2- name : jingxi
2+ name : 京喜
33
44on :
55 workflow_dispatch :
66 schedule :
7- - cron : ' 5 5 * * *'
7+ - cron : ' 1 19 * * *'
88 watch :
99 types : started
1010jobs :
@@ -14,17 +14,21 @@ jobs:
1414 env :
1515 JD_COOKIE : ${{ secrets.JD_COOKIE }}
1616 steps :
17- - uses : actions/checkout@v1
18- - name : Use Node.js 14.x
17+ - name : Checkout
18+ run : |
19+ git clone https://github.com/Sunert/Scripts.git ~/Scripts
20+ - name : Use Node.js 12.x
1921 uses : actions/setup-node@v1
2022 with :
21- node-version : 14 .x
23+ node-version : 12 .x
2224 - name : npm install
2325 run : |
26+ cd ~/Scripts
2427 npm install
2528 - name : ' 运行 【京喜】'
2629 if : env.JD_COOKIE
2730 run : |
31+ cd ~/Scripts
2832 node Task/jingxi.js
2933 env :
3034 PUSH_KEY : ${{ secrets.PUSH_KEY }}
Original file line number Diff line number Diff line change 11# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33
4- name : midu_read
4+ name : 米读
55
66on :
77 workflow_dispatch :
@@ -17,10 +17,10 @@ jobs:
1717 MIDU_SIGN : ${{ secrets.MIDU_SIGN }}
1818 steps :
1919 - uses : actions/checkout@v1
20- - name : Use Node.js 14 .x
20+ - name : Use Node.js 12 .x
2121 uses : actions/setup-node@v1
2222 with :
23- node-version : 14 .x
23+ node-version : 12 .x
2424 - name : npm install
2525 run : |
2626 npm install
Original file line number Diff line number Diff line change 44# branches:
55# - master
66
7- name : txnews
7+ name : 腾讯新闻
88
99on :
1010 workflow_dispatch :
@@ -23,10 +23,10 @@ jobs:
2323 TXNEWS_VIDEO : ${{ secrets.TXNEWS_VIDEO }}
2424 steps :
2525 - uses : actions/checkout@v1
26- - name : Use Node.js 14 .x
26+ - name : Use Node.js 12 .x
2727 uses : actions/setup-node@v1
2828 with :
29- node-version : 14 .x
29+ node-version : 12 .x
3030 - name : npm install
3131 run : |
3232 npm install
Original file line number Diff line number Diff line change 11
2- name : weibo
2+ name : 微博每日签到打卡
33
44on :
55 workflow_dispatch :
Original file line number Diff line number Diff line change 11# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33
4- name : youth
4+ name : 中青看点
55
66on :
77 workflow_dispatch :
@@ -21,10 +21,10 @@ jobs:
2121 YOUTH_TIME : ${{ secrets.YOUTH_TIME }}
2222 steps :
2323 - uses : actions/checkout@v1
24- - name : Use Node.js 14 .x
24+ - name : Use Node.js 12 .x
2525 uses : actions/setup-node@v1
2626 with :
27- node-version : 14 .x
27+ node-version : 12 .x
2828 - name : npm install
2929 if : env.YOUTH_HEADER
3030 run : |
Original file line number Diff line number Diff line change 11# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
22# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
33
4- name : youth_read
4+ name : 中青自动阅读
55
66on :
77 workflow_dispatch :
@@ -20,10 +20,10 @@ jobs:
2020 YOUTH_READ4 : ${{ secrets.YOUTH_READ4 }}
2121 steps :
2222 - uses : actions/checkout@v1
23- - name : Use Node.js 14 .x
23+ - name : Use Node.js 12 .x
2424 uses : actions/setup-node@v1
2525 with :
26- node-version : 14 .x
26+ node-version : 12 .x
2727 - name : npm install
2828 run : |
2929 npm install
You can’t perform that action at this time.
0 commit comments