From fe3991af73e0d8cc863b27cef847d38c1030ba6c Mon Sep 17 00:00:00 2001 From: Kamil Markow Date: Mon, 12 May 2025 11:28:52 -0400 Subject: [PATCH] Update docs/features/software-templates/writing-custom-actions.md Co-authored-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com> Signed-off-by: Kamil Markow --- docs/features/software-templates/writing-custom-actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index 1e2ffb64b6..26773c15c6 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -159,7 +159,7 @@ examples for one action that can demonstrate different combinations of inputs an Below is a sample TemplateExample that is used for `publish:github`. The source code is available on [github](https://github.com/backstage/backstage/blob/master/plugins/scaffolder-backend-module-github/src/actions/github.examples.ts) -and preview on [demo.backstage.io/create/actions](https://demo.backstage.io/create/actions) +and preview on [demo.backstage.io/create/actions](https://demo.backstage.io/create/actions#publish-github) ```ts title="With JSON Schema" import { TemplateExample } from '@backstage/plugin-scaffolder-node';