Skip to content

Commit

Permalink
fix ActionMetadata.Runs is serialized on encoding it as JSON
Browse files Browse the repository at this point in the history
  • Loading branch information
rhysd committed Mar 11, 2024
1 parent 606e3d7 commit 173a9c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action_metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ type ActionMetadata struct {
// true, the outputs object accepts any properties along with strictly typed props.
SkipOutputs bool `json:"skip_outputs"`
// Runs is "runs" field of action.yaml.
Runs ActionMetadataRuns `yaml:"runs"`
Runs ActionMetadataRuns `yaml:"runs" json:"-"`
}

// LocalActionsCache is cache for local actions' metadata. It avoids repeating to find/read/parse
Expand Down

0 comments on commit 173a9c6

Please sign in to comment.