chore: fixing pr comments

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-11-17 20:17:08 +01:00
parent 69f06b7db5
commit a648d763d7
@@ -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({