Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
vancura opened this issue Jan 9, 2025 · 2 comments
Open

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

vancura opened this issue Jan 9, 2025 · 2 comments
Labels
t-tooling Issues with this label are in the ownership of the tooling team.

Comments

@vancura
Copy link
Collaborator

vancura commented Jan 9, 2025

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.

@github-actions github-actions bot added the t-tooling Issues with this label are in the ownership of the tooling team. label Jan 9, 2025
@vancura
Copy link
Collaborator Author

vancura commented Jan 9, 2025

I figured out that the title and description fields are not defined in the actor.json schema – I initially thought I should close the ticket, but maybe it would be food for thought; title and description are good variables that may be valuable to introduce in the actor.json file. But indeed, you can close this, as it's not the CLI problem.

@B4nan
Copy link
Member

B4nan commented Jan 13, 2025

cc @netmilk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
t-tooling Issues with this label are in the ownership of the tooling team.
Projects
None yet
Development

No branches or pull requests

2 participants