janus-idp / software-templates

Software Template (Backstage)
Apache License 2.0
35 stars 166 forks source link

[bug]: ansible-job - catalog:register steps fails #161

Closed kadel closed 1 year ago

kadel commented 1 year ago

When trying to lanch ansible-job task it fails with the following error:

InputError: Invalid input passed to action catalog:register, instance is not exactly one from [subschema 0],[subschema 1]

The template has been reorganized and renamed since this issue was created. Broken templates are define-ansible-job and launch-ansible-job

kadel commented 1 year ago

it tries to use ${{ steps.publish.output.repoContentsUrl }} with publish being publish:github:pull-request action.

publish:github:pull-request action doesn't have repoContentsUrl output.