chore(runtime): fetch build data

Signed-off-by: Bo-Yi.Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi.Wu
2022-09-03 20:57:32 +08:00
committed by Jason Song
parent 631f801aa6
commit d3d56ed0ef
9 changed files with 77 additions and 78 deletions

View File

@ -31,7 +31,7 @@ func initLogging(cfg Config) {
}
func Execute(ctx context.Context) {
task := runtime.NewTask(0)
task := runtime.NewTask(0, nil)
// ./act_runner
rootCmd := &cobra.Command{