cli exec: fix flag type and remove uneffective ones (#4129)

This commit is contained in:
6543
2024-09-24 19:08:18 +02:00
committed by GitHub
parent c06f3e0843
commit 352201dbbd
2 changed files with 55 additions and 11 deletions
-4
View File
@@ -121,10 +121,6 @@ func metadataFromContext(_ context.Context, c *cli.Command, axis matrix.Axis) (m
Number: int(c.Int("workflow-number")),
Matrix: axis,
},
Step: metadata.Step{
Name: c.String("step-name"),
Number: int(c.Int("step-number")),
},
Sys: metadata.System{
Name: c.String("system-name"),
URL: c.String("system-url"),