mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-05 15:46:50 +08:00
🐞 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:

committed by
Brian Cunnie

parent
bef3fc1685
commit
2e730b8ad6
@@ -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:
|
||||
|
Reference in New Issue
Block a user