1
0
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:
ChristopherHX
2025-02-22 15:17:32 +01:00
committed by GitHub
parent 00231e5dc1
commit 903b0730d7
4 changed files with 61 additions and 84 deletions

View File

@@ -1,9 +1,12 @@
package tart
import "io"
type Config struct {
SSHUsername string
SSHPassword string
Softnet bool
Headless bool
AlwaysPull bool
Writer io.Writer
}