Skip to content

Commit 08d960a

Browse files
committed
Fix action.yml
1 parent 8e0f536 commit 08d960a

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

action.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@ inputs:
1818
required: true
1919
system_database:
2020
description: 'Database ID to read systems from'
21-
segment_database:
21+
owner_database:
2222
description: 'Database ID to read segments from'
23-
team_database:
24-
description: 'Database ID to read teams from'
2523
repository_type:
2624
description: 'Github repository type (e.g. all|private|internal), defaults to `all`'
2725
repository_filter:

readme.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,11 @@ This can be used, though we do not support the `spec` attribute, as it is imposs
9696

9797
### Location
9898

99-
This should be used in the case of a mono-repo, that contains multile sub-components. Place the following in the root. Note that in the current implementation it needs to be a relative path to the root of the repository, and do not start paths with `./`
99+
This should be used in the case of a mono-repo, that contains multile sub-components. Place the following in the root. Note that in the current implementation it needs to be a relative path to the root of the repository, and do not start paths with `./`. No information from the Location file itself is added to the catalog, only the linked targets.
100100

101101
```
102102
apiVersion: backstage.io/v1alpha1
103103
kind: Location
104-
metadata:
105-
name: org-data
106104
spec:
107105
type: url
108106
targets:

0 commit comments

Comments
 (0)