Make README example YAML compliant
This commit is contained in:
parent
9a1f5c6b6d
commit
0e4bb177ef
|
@ -91,6 +91,7 @@ Within each repository configured for Basic Builder must be a `.bbuilder-tasks.y
|
|||
For example, the following `.bbuilder-tasks.yaml` specifies a simple set of `echo` tasks to run on `push`, Tag `create`, and Release `published` events:
|
||||
|
||||
```
|
||||
---
|
||||
bbuilder:
|
||||
push:
|
||||
- echo pushed
|
||||
|
|
Loading…
Reference in New Issue