This commit is contained in:
Valentin Maerten
2025-11-16 10:38:33 +01:00
parent a4e3c1e600
commit fd1fbfdfff

View File

@@ -9,8 +9,8 @@ import (
// Cmd is a task command
type Cmd struct {
Cmd string // Resolved command (used for execution and fingerprinting)
CmdTemplate string // Original template before variable resolution (used for secret masking)
Cmd string // Resolved command (used for execution and fingerprinting)
CmdTemplate string // Original template before variable resolution (used for secret masking)
Task string
For *For
If string