We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e2e452 commit 389bc35Copy full SHA for 389bc35
1 file changed
pkg/workflow/known_needs_expressions_test.go
@@ -32,7 +32,7 @@ func TestGenerateKnownNeedsExpressions(t *testing.T) {
32
"needs.pre_activation.outputs.matched_command", // No command trigger, so not included
33
"needs.activation.outputs.text", // Activation is the current job
34
"needs.agent.outputs.output", // Agent runs AFTER activation
35
- "needs.agent.outputs.detection_success", // Agent runs AFTER activation (detection is inline)
+ "needs.agent.outputs.detection_success", // Agent runs AFTER activation (detection is inline)
36
},
37
38
{
0 commit comments