Merge pull request #14025 from worldtiki/patch-1

Fixing incorrect path in the custom action example
This commit is contained in:
Patrik Oldsberg
2022-10-10 00:04:15 +02:00
committed by GitHub
@@ -123,7 +123,7 @@ will set the available actions that the scaffolder has access to.
```ts
import { createBuiltinActions } from '@backstage/plugin-scaffolder-backend';
import { ScmIntegrations } from '@backstage/integration';
import { createNewFileAction } from './actions/custom';
import { createNewFileAction } from './scaffolder/actions/custom';
export default async function createPlugin(
env: PluginEnvironment,