Skip to content

Action fails to parse form #56

@CollinHeist

Description

@CollinHeist

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

Archive.zip


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 }}'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions