Skip to content

Commit 13a39d8

Browse files
Merge pull request #5298 from MicrosoftDocs/main638790480410025113sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 7be0789 + 0db8f72 commit 13a39d8

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)