🐞 Badges pipeline: quote "true" and "false"

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
```
This commit is contained in:
Brian Cunnie
2021-07-10 17:46:38 -07:00
committed by Brian Cunnie
parent bef3fc1685
commit 2e730b8ad6

View File

@@ -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: