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:
parent
eabde7927b
commit
3540a7ebc2
3 changed files with 24 additions and 15 deletions
|
@ -56,9 +56,10 @@ type Config struct {
|
|||
ReplaceGheActionWithGithubCom []string // Use actions from GitHub Enterprise instance to GitHub
|
||||
ReplaceGheActionTokenWithGithubCom string // Token of private action repo on GitHub.
|
||||
|
||||
PresetGitHubContext *model.GithubContext // the preset github context, overrides some fields like DefaultBranch, Env, Secrets etc.
|
||||
EventJSON string // the content of JSON file to use for event.json in containers, overrides EventPath
|
||||
ContainerNamePrefix string // the prefix of container name
|
||||
PresetGitHubContext *model.GithubContext // the preset github context, overrides some fields like DefaultBranch, Env, Secrets etc.
|
||||
EventJSON string // the content of JSON file to use for event.json in containers, overrides EventPath
|
||||
ContainerNamePrefix string // the prefix of container name
|
||||
DefaultActionInstance string // the default actions web site
|
||||
}
|
||||
|
||||
// Resolves the equivalent host path inside the container
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue