We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b81a35d commit 410b8f1Copy full SHA for 410b8f1
pkg/capabilities/capabilities.go
@@ -48,7 +48,7 @@ type MethodType string
48
49
// MethodType enum values.
50
const (
51
- MethodAction MethodType = "unknown"
+ MethodAction MethodType = "executable"
52
MethodTrigger MethodType = "trigger"
53
)
54
0 commit comments