Add option to disable hiding of secrets (#460)

This commit is contained in:
Cat™
2021-01-12 06:28:45 +00:00
committed by GitHub
parent a9b3d6426b
commit 80a245652e
4 changed files with 15 additions and 7 deletions

View File

@@ -20,6 +20,7 @@ type Input struct {
noOutput bool
envfile string
secretfile string
insecureSecrets bool
defaultBranch string
privileged bool
}