chore: updating the actions documentation again

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-15 13:11:39 +02:00
parent a7f0e1994a
commit 4af11b2cf5
@@ -13,11 +13,12 @@ cd packages/backend
yarn add @backstage/plugin-scaffolder-backend-module-cookiecutter
```
Configure the action (you can check
the [docs](https://backstage.io/docs/features/software-templates/writing-custom-actions#registering-custom-actions) to
see all options):
Configure the action:
(you can check the [docs](https://backstage.io/docs/features/software-templates/writing-custom-actions#registering-custom-actions) to see all options):
```typescript
// packages/backend/src/plugins/scaffolder.ts
const actions = [
createFetchCookiecutterAction({
integrations,