1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Update workflow-syntax-for-github-actions.md (#24980)

This commit is contained in:
Peet Janse van Vuuren
2023-04-12 17:31:34 +02:00
committed by GitHub
parent 18c55e7358
commit 7ca97e78ef

View File

@@ -1088,12 +1088,12 @@ The characters `*`, `[`, and `!` are special characters in YAML. If you start a
```yaml
# Valid
branches:
paths:
- '**/README.md'
# Invalid - creates a parse error that
# prevents your workflow from running.
branches:
paths:
- **/README.md
# Valid