1
0
Fork 0
mirror of https://code.forgejo.org/forgejo/runner.git synced 2025-09-15 18:57:01 +00:00

Support bot site

This commit is contained in:
Lunny Xiao 2022-11-16 18:08:12 +08:00 committed by Jason Song
parent bfcc6f56f3
commit 5fc35faf17
7 changed files with 20 additions and 23 deletions

View file

@ -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,
}