Change import path for ActionsRegistryService

Signed-off-by: Kurt King <kurtaking@gmail.com>
This commit is contained in:
Kurt King
2025-08-27 20:47:59 -06:00
committed by GitHub
parent 210406dfc0
commit f2d3a2c4da
@@ -45,7 +45,7 @@ When an action is executed, it receives a context object (`ActionsRegistryAction
Here's an example of how to register an action with the Actions Registry Service:
```typescript
import { ActionsRegistryService } from '@backstage/backend-plugin-api';
import { ActionsRegistryService } from '@backstage/backend-plugin-api/alpha';
export function registerMyActions(actionsRegistry: ActionsRegistryService) {
// Register a simple read-only action