Skip to content

Commit 610fabf

Browse files
authored
Update docs/pipelines/process/conditions.md
1 parent 74e8e99 commit 610fabf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pipelines/process/conditions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ parameters:
303303

304304
steps:
305305
- script: echo I did a thing
306-
condition: and(succeeded(), eq(parameters.doThing, true))
306+
condition: ${{ eq(parameters.doThing, true) }}
307307
```
308308
309309

0 commit comments

Comments
 (0)