From 2e730b8ad67f80924e9e025eb85aa97a0ebe01a8 Mon Sep 17 00:00:00 2001 From: Brian Cunnie Date: Sat, 10 Jul 2021 17:46:38 -0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20Badges=20pipeline:=20quote=20"tr?= =?UTF-8?q?ue"=20and=20"false"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes: ``` error: error unmarshaling JSON: while decoding JSON: malformed task step: json: cannot unmarshal bool into Go struct field TaskRunConfig.config.run.path of type string ``` --- ci/pipeline-badges.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/pipeline-badges.yml b/ci/pipeline-badges.yml index b6ecd63..14c9549 100644 --- a/ci/pipeline-badges.yml +++ b/ci/pipeline-badges.yml @@ -25,7 +25,7 @@ jobs: source: repository: fedora run: - path: true + path: "true" - name: failing # `false` always fails plan: @@ -37,7 +37,7 @@ jobs: source: repository: fedora run: - path: false + path: "false" - name: unknown # never run this job and it will always be "unknown" plan: