add new envs
This commit is contained in:
parent
93e42d1465
commit
222b5100b6
4 changed files with 19 additions and 13 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue