From 0e4bb177ef4fcd1477c92090e18d6a4788deb2d9 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Sun, 31 Oct 2021 00:07:32 -0400 Subject: [PATCH] Make README example YAML compliant --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ddbbf29..31489b9 100644 --- a/README.md +++ b/README.md @@ -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