ci: Fix `question.yml` template - `value` should be an attribute (#3502)

The recent change to this template was invalid, as `value` should have been nested under the `attributes` object.
This commit is contained in:
Brennan Kinney 2023-08-25 00:29:08 +12:00 committed by GitHub
parent af09db6648
commit c8a0bfd361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -18,10 +18,10 @@ body:
required: true
- type: textarea
id: description
attributes:
label: Description
validations:
required: true
attributes:
label: Description
value: |
<!---
Please do not use this form to bypass doing a proper bug report.