Skip to content

Commit

Permalink
Formatted code.
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 6, 2023
1 parent b3167e8 commit d9e68b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions internal/types/action.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ import (

// ActionInput represents the input of the action.yml
type ActionInput struct {
Description string `yaml:"description"`
Required bool `yaml:"required"`
Default string `yaml:"default,omitempty"`
Description string `yaml:"description"`
Required bool `yaml:"required"`
Default string `yaml:"default,omitempty"`
DeprecationMessage string `yaml:"deprecationMessage,omitempty"`
}

Expand Down
8 changes: 4 additions & 4 deletions internal/types/reusable.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ import (

// ReusableInput represents the input of the reusable workflow
type ReusableInput struct {
Description string `yaml:"description"`
Required bool `yaml:"required"`
Default string `yaml:"default,omitempty"`
Type string `yaml:"type"`
Description string `yaml:"description"`
Required bool `yaml:"required"`
Default string `yaml:"default,omitempty"`
Type string `yaml:"type"`
DeprecationMessage string `yaml:"deprecationMessage,omitempty"`
}

Expand Down

0 comments on commit d9e68b4

Please sign in to comment.