Skip to content

Commit a6d1152

Browse files
committed
Use camelCase in the selector
1 parent 3dd99a5 commit a6d1152

File tree

1 file changed

+2
-2
lines changed
  • docs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean

1 file changed

+2
-2
lines changed

docs/build-your-software-catalog/sync-data-to-catalog/git/github-ocean/github-ocean.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -842,7 +842,7 @@ resources:
842842
- kind: repository
843843
selector:
844844
query: "true"
845-
repo_search:
845+
repoSearch:
846846
query: "dev in:name archived:false"
847847
port:
848848
entity:
@@ -860,7 +860,7 @@ resources:
860860
- kind: pull-request
861861
selector:
862862
query: "true"
863-
repo_search:
863+
repoSearch:
864864
query: "dev in:name archived:false" # repo search is also supported in pull requests.
865865
state: open
866866
port:

0 commit comments

Comments
 (0)