Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mrinalirao committed Nov 14, 2022
1 parent 03ee9ef commit 34922c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion run.go
Expand Up @@ -73,12 +73,12 @@ const (
RunPolicyChecking RunStatus = "policy_checking"
RunPolicyOverride RunStatus = "policy_override"
RunPolicySoftFailed RunStatus = "policy_soft_failed"
RunPostPlanAwaitingDecision RunStatus = "post_plan_awaiting_decision"
RunPostPlanCompleted RunStatus = "post_plan_completed"
RunPostPlanRunning RunStatus = "post_plan_running"
RunPrePlanCompleted RunStatus = "pre_plan_completed"
RunPrePlanRunning RunStatus = "pre_plan_running"
RunQueuing RunStatus = "queuing"
RunPostPlanAwaitingDecision RunStatus = "post_plan_awaiting_decision"
)

// RunSource represents a source type of a run.
Expand Down
2 changes: 1 addition & 1 deletion task_stages.go
Expand Up @@ -57,7 +57,7 @@ type Permissions struct {

// Actions represents a task stage actions
type Actions struct {
IsOverridable *bool `jsonapi:"attr, overridable"`
IsOverridable *bool `jsonapi:"attr,is-overridable"`
}

// TaskStage represents a TFC/E run's stage where run tasks can occur
Expand Down

0 comments on commit 34922c8

Please sign in to comment.