Add: Actions Offline Mode(depend on act offline_mode)

act pull #2128: https://github.com/nektos/act/pull/2128
This commit is contained in:
TKaxv_7S
2023-12-15 23:41:38 +08:00
parent f17cad1bbe
commit 1e0c58693b
3 changed files with 6 additions and 3 deletions

View File

@@ -39,6 +39,7 @@ type Cache struct {
Host string `yaml:"host"` // Host specifies the caching host.
Port uint16 `yaml:"port"` // Port specifies the caching port.
ExternalServer string `yaml:"external_server"` // ExternalServer specifies the URL of external cache server
OfflineMode bool `yaml:"offline_mode"`
}
// Container represents the configuration for the container.