mirror of
https://gitea.com/gitea/act_runner.git
synced 2025-06-18 12:37:12 +02:00
Support bot site
This commit is contained in:
@ -52,7 +52,7 @@ func runDaemon(ctx context.Context, envFile string) func(cmd *cobra.Command, arg
|
||||
runner := &runtime.Runner{
|
||||
Client: cli,
|
||||
Machine: cfg.Runner.Name,
|
||||
ForgeInstance: cfg.ForgeInstance,
|
||||
ForgeInstance: cfg.Client.Address,
|
||||
Environ: cfg.Runner.Environ,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user