File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ data:
123
123
# Setting this flag to "true" will enable the CEL evaluation in WhenExpression
124
124
enable-cel-in-whenexpression : " false"
125
125
# Setting this flag to "true" will enable the use of StepActions in Steps
126
- # This feature is in preview mode and not implemented yet. Please check #7259 for updates .
127
- enable-step-actions : " false "
126
+ # This feature is in beta and enabled by default .
127
+ enable-step-actions : " true "
128
128
# Setting this flag to "true" will enable the use of Artifacts in Steps
129
129
# This feature is in preview mode and not implemented yet. Please check #7693 for updates.
130
130
enable-artifacts : " false"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ weight: 201
22
22
23
23
## Overview
24
24
> :seedling : ** ` StepActions ` is an [ beta] ( additional-configs.md#beta-features ) feature.**
25
- > The ` enable-step- actions` feature flag must be set to ` "true" ` to specify a ` StepAction ` in a ` Step ` .
25
+ > Step actions are enabled by default. You can disable them by setting the ` enable-step-actions ` feature flag to ` "false" ` .
26
26
27
27
A ` StepAction ` is the reusable and scriptable unit of work that is performed by a ` Step ` .
28
28
Original file line number Diff line number Diff line change @@ -156,7 +156,7 @@ var (
156
156
DefaultEnableStepActions = PerFeatureFlag {
157
157
Name : EnableStepActions ,
158
158
Stability : BetaAPIFields ,
159
- Enabled : DefaultBetaFeatureEnabled ,
159
+ Enabled : DefaultStableFeatureEnabled ,
160
160
}
161
161
162
162
// DefaultEnableArtifacts is the default PerFeatureFlag value for EnableArtifacts
You can’t perform that action at this time.
0 commit comments