mirror of
https://gitea.com/gitea/act
synced 2026-05-01 01:27:48 +02:00
Support step number
This commit is contained in:
@@ -396,6 +396,7 @@ type ContainerSpec struct {
|
||||
|
||||
// Step is the structure of one step in a job
|
||||
type Step struct {
|
||||
Number int `yaml:"-"`
|
||||
ID string `yaml:"id"`
|
||||
If yaml.Node `yaml:"if"`
|
||||
Name string `yaml:"name"`
|
||||
|
||||
Reference in New Issue
Block a user