mirror of
https://gitea.com/gitea/act_runner.git
synced 2026-03-25 08:15:02 +01: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