-
-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Description
Using the following as the form body (copy-pasted directly from the issue)
Series Name
BNN
Series Year
2013
Creator Username
No response
Blueprint Description
Tinted Frame card using the title Font (Impact) in the title yellow color.
Blueprint File
{
"series": {
"font_id": 0,
"card_type": "tinted frame",
"translations": [],
"season_title_ranges": [],
"season_title_values": [],
"extra_keys": [],
"extra_values": [],
"template_ids": []
},
"episodes": {},
"templates": [],
"fonts": [
{
"name": "BNN",
"color": "rgb(255, 249, 98)",
"delete_missing": true,
"file": "impact.ttf",
"interline_spacing": -20,
"size": 1.2,
"vertical_shift": -10
}
],
"preview": "preview.jpg"
}Zip of Files
The parser fails, saying:
Option -i|--issue-body expects a single argument, but provided with multiple:
The associated workflow step is this:
# Parse issue into JSON
- name: Parse issue
id: issue_to_json
uses: edumserrano/github-issue-forms-parser@v1.3.3
with:
template-filepath: '.github/ISSUE_TEMPLATE/new_blueprint.yml'
issue-form-body: '${{ github.event.issue.body }}'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels