Fix YAML syntax

This commit is contained in:
JustAnotherArchivist
2023-02-02 21:03:52 +00:00
parent 35c0c32c38
commit 23ebdd2a3c

View File

@@ -44,12 +44,14 @@ body:
validations:
required: true
attributes:
label: Python version: output of `python3 --version`
label: |
Python version: output of `python3 --version`
- type: input
validations:
required: true
attributes:
label: snscrape version: output of `snscrape --version`
label: |
snscrape version: output of `snscrape --version`
- type: input
validations:
required: true