-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
t-toolingIssues with this label are in the ownership of the tooling team.Issues with this label are in the ownership of the tooling team.
Description
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:
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.Issues with this label are in the ownership of the tooling team.
