mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-10-05 19:30:59 +00:00
Add option to disable hiding of secrets (#460)
This commit is contained in:
parent
e3c2db48e9
commit
49cce55058
4 changed files with 15 additions and 7 deletions
|
@ -20,6 +20,7 @@ type Input struct {
|
|||
noOutput bool
|
||||
envfile string
|
||||
secretfile string
|
||||
insecureSecrets bool
|
||||
defaultBranch string
|
||||
privileged bool
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue