add new envs

This commit is contained in:
Lunny Xiao
2022-11-04 17:23:59 +08:00
committed by Jason Song
parent 93e42d1465
commit 222b5100b6
4 changed files with 19 additions and 13 deletions

View File

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