mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
improve linting
This commit is contained in:
@@ -32,7 +32,7 @@ type NewDockerRunExecutorInput struct {
|
||||
func NewDockerRunExecutor(input NewDockerRunExecutorInput) common.Executor {
|
||||
return func() error {
|
||||
|
||||
input.Logger.Infof("docker run %s %s %s", input.Image, input.Entrypoint, input.Cmd)
|
||||
input.Logger.Infof("docker run image=%s entrypoint=%+q cmd=%+q", input.Image, input.Entrypoint, input.Cmd)
|
||||
if input.Dryrun {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user