From a648d763d77ed7d35b0b4ce0fcb5e2a9056efea0 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 17 Nov 2021 20:17:08 +0100 Subject: [PATCH] chore: fixing pr comments Signed-off-by: blam --- docs/features/software-templates/writing-custom-actions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/features/software-templates/writing-custom-actions.md b/docs/features/software-templates/writing-custom-actions.md index 76bf9a4d66..fc12d1691c 100644 --- a/docs/features/software-templates/writing-custom-actions.md +++ b/docs/features/software-templates/writing-custom-actions.md @@ -118,6 +118,9 @@ There's another property you can pass here, which is an array of `actions` which will set the available actions that the scaffolder has access to. ```ts +import { createBuiltinActions } from '@backstage/plugin-scaffolder-backend'; +import { ScmIntegrations } from '@backstage/integration'; + const integrations = ScmIntegrations.fromConfig(config); const builtInActions = createBuiltinActions({