1
0
mirror of https://gitea.com/gitea/act_runner synced 2026-05-12 22:01:21 +02: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

@@ -47,7 +47,6 @@ func (p *Register) Register(ctx context.Context, cfg config.Runner) (*core.Runne
Name: resp.Msg.Runner.Name,
Token: resp.Msg.Runner.Token,
Address: p.Client.Address(),
// ForgeInstance: resp.Msg.Runner.ForgeInstance, TODO: add me
}
file, err := json.MarshalIndent(data, "", " ")