diff --git a/.harness/mytriggerpipelinefromcode.yaml b/.harness/mytriggerpipelinefromcode.yaml index c85939f..98cdf3d 100644 --- a/.harness/mytriggerpipelinefromcode.yaml +++ b/.harness/mytriggerpipelinefromcode.yaml @@ -23,7 +23,7 @@ pipeline: source: type: Inline spec: - script: echo hello + script: echo <+<+trigger.branch>.startsWith(“my-custom-branch”)?<+trigger.branch>:”main> environmentVariables: [] outputVariables: [] timeout: 10m