Skip to content

actor.json title and descriptions don't propagate to the Console #723

@vancura

Description

@vancura

When pushing an Actor, the Console doesn't show correct fields like title and description.

See this actor.json:

{
  "actorSpecification": 1,
  "name": "diff-pdf",
  "title": "Diff PDF Title",
  "description": "An Actor for comparing two PDFs and highlighting the differences.",
  "version": "0.0",
  "buildTag": "latest",
  "environmentVariables": {},
  "dockerFile": "./Dockerfile",
  "dockerContext": "../",
  "input": "./input_schema.json",
  "scripts": {
    "run": "./actor.sh"
  }
}

This results in the following Actor header:

CleanShot 2025-01-09 at 14 37 19@2x

As you can see, the Actor title is constructed from the name (but it's title-cased), while the title is ignored altogether.

The description field is ignored as well.

Metadata

Metadata

Assignees

Labels

t-toolingIssues with this label are in the ownership of the tooling team.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions