1
0
mirror of https://github.com/drone/drone-cli.git synced 2026-01-22 19:11:34 +01:00

Merge b6b5b5c757ec01e0224599743f32a21593130895 into 3c6e2027200dc136decede9704cdfdf63ba79152

This commit is contained in:
Manuel Romei 2025-08-25 19:13:57 +02:00 committed by GitHub
commit b9cf7bbf44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -64,7 +64,7 @@ func mapOldToExecCommand(input *cli.Context) *execCommand {
Trusted: input.Bool("trusted"),
Timeout: int64(input.Duration("timeout").Seconds()),
Branch: input.String("branch"),
Name: input.String("name"),
Name: input.String("repo"),
},
Stage: &drone.Stage{
Name: input.String("pipeline"),