File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 77 watch :
88 types : [started]
99 schedule :
10- - cron : ' 0 0/1 * * *'
10+ - cron : ' 0 * * * *'
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ def start_list():
4848@app .route ('/v1/<type>' , methods = ['GET' ])
4949def start_main (type ):
5050 source = request .args .get ("source" ) or load_settings ('source_repo' )
51- source += '/' + load_settings ( 'output_branch' )
51+ source += '/output'
5252 target = request .args .get ("target" )
5353 if target :
5454 target += '/' + type + '.json'
Original file line number Diff line number Diff line change 22settings :
33 # 默认源,请求时不传 source 则使用这里的值作为 source ,如果需要部署API,则需要设置为「用户名/本仓库」
44 source_repo : xaoxuu/github-api
5- # 数据源输出分支(存放自动生成的文件)
6- output_branch : output
75
86# #######################################
97# 由于 GitHub API 限制,最多可以设置 60 个
You can’t perform that action at this time.
0 commit comments