mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
feat: custom host env dir for api (#92)
This commit is contained in:
@@ -61,6 +61,7 @@ type Config struct {
|
||||
Matrix map[string]map[string]bool // Matrix config to run
|
||||
ContainerNetworkMode docker_container.NetworkMode // the network mode of job containers (the value of --network)
|
||||
ActionCache ActionCache // Use a custom ActionCache Implementation
|
||||
HostEnvironmentDir string // Custom folder for host environment, parallel jobs must be 1
|
||||
}
|
||||
|
||||
type caller struct {
|
||||
|
||||
Reference in New Issue
Block a user