mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-13 17:41:26 +02:00
Platform tart:// improve logging / fix tool_cache (#61)
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
package tart
|
||||
|
||||
import "io"
|
||||
|
||||
type Config struct {
|
||||
SSHUsername string
|
||||
SSHPassword string
|
||||
Softnet bool
|
||||
Headless bool
|
||||
AlwaysPull bool
|
||||
Writer io.Writer
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user