Skip to content

Commit 5a2caee

Browse files
authored
Update action-json.md (#5369)
fix missing quote
1 parent 22e371d commit 5a2caee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hub/apps/develop/actions/action-json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ The following example shows a *where* clause that evaluates to true if a **File*
224224
Multiple *where* clauses can be combined using the logical AND and logical OR operators.
225225

226226
```json
227-
where": [
227+
"where": [
228228
"${File.Extension} ~= \".txt\" || ${File.Extension} ~= \".md\""
229229
]
230230
```

0 commit comments

Comments
 (0)