mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-06-13 01:57:13 +02:00
add new envs
This commit is contained in:
@ -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{
|
||||
|
Reference in New Issue
Block a user