diff --git a/.changeset/dirty-ads-refuse.md b/.changeset/dirty-ads-refuse.md index 9c982199e7..848800636e 100644 --- a/.changeset/dirty-ads-refuse.md +++ b/.changeset/dirty-ads-refuse.md @@ -1,4 +1,7 @@ --- +'@backstage/plugin-scaffolder-backend-module-cookiecutter': patch +'@backstage/plugin-scaffolder-backend-module-rails': patch +'@backstage/plugin-scaffolder-backend-module-yeoman': patch '@backstage/create-app': patch '@backstage/plugin-scaffolder-backend': patch --- diff --git a/packages/create-app/templates/default-app/examples/template/template.yaml b/packages/create-app/templates/default-app/examples/template/template.yaml index be3533162f..33f262b49c 100644 --- a/packages/create-app/templates/default-app/examples/template/template.yaml +++ b/packages/create-app/templates/default-app/examples/template/template.yaml @@ -61,14 +61,14 @@ spec: name: Register action: catalog:register input: - repoContentsUrl: ${{ steps["publish"].output.repoContentsUrl }} + repoContentsUrl: ${{ steps['publish'].output.repoContentsUrl }} catalogInfoPath: '/catalog-info.yaml' # Outputs are displayed to the user after a successful execution of the template. output: links: - title: Repository - url: ${{ steps["publish"].output.remoteUrl }} + url: ${{ steps['publish'].output.remoteUrl }} - title: Open in catalog icon: catalog entityRef: ${{ steps['register'].output.entityRef }} diff --git a/plugins/scaffolder-backend/sample-templates/bitbucket-demo/template.yaml b/plugins/scaffolder-backend/sample-templates/bitbucket-demo/template.yaml index 074f74f49d..ee1bc634b4 100644 --- a/plugins/scaffolder-backend/sample-templates/bitbucket-demo/template.yaml +++ b/plugins/scaffolder-backend/sample-templates/bitbucket-demo/template.yaml @@ -68,7 +68,7 @@ spec: name: Register action: catalog:register input: - repoContentsUrl: ${{ steps["publish"].output.repoContentsUrl }} + repoContentsUrl: ${{ steps['publish'].output.repoContentsUrl }} catalogInfoPath: '/catalog-info.yaml' output: