Skip to content

Commit 0db8f72

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/windows-dev-docs (branch docs)
2 parents 7be0789 + 5a2caee commit 0db8f72

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)