We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7be0789 + 5a2caee commit 0db8f72Copy full SHA for 0db8f72
hub/apps/develop/actions/action-json.md
@@ -224,7 +224,7 @@ The following example shows a *where* clause that evaluates to true if a **File*
224
Multiple *where* clauses can be combined using the logical AND and logical OR operators.
225
226
```json
227
-where": [
+"where": [
228
"${File.Extension} ~= \".txt\" || ${File.Extension} ~= \".md\""
229
]
230
```
0 commit comments